amd64

Stefan Fent <[email protected]> Wed, 4 Feb 2004 10:26:37 +0100
Newsgroups gmane.linux.lsb.implementation
Message-ID <[email protected]>
Hi,

I'm actually working on getting the implementation 
running on AMD64.

The first problem was a missing -D_GNU_SOURCE in the 
binutils/intl/Makefile.in, which led to a segfault calling 'as'.

Here is a patch for binutils in phase2:

--- intl/Makefile.in.ORG        2004-02-03 14:23:48.000000000 +0100
+++ intl/Makefile.in    2004-02-03 14:24:12.000000000 +0100
@@ -79,7 +79,7 @@
 .c.lo:
        $(LIBTOOL) --mode=compile $(COMPILE) $<
 
-INCLUDES = -I. -I$(srcdir)
+INCLUDES = -I. -I$(srcdir) -D_GNU_SOURCE
 
 all: all-@USE_INCLUDED_LIBINTL@
 

This is when using gettext from binutils, not from glibc.

Is there a special reason for not using the glibc gettext functions?

Stefan
-- 
Stefan Fent 
SuSE Linux AG, Maxfeldstr. 5, D-90409 Nuernberg