bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

--disable-nls broken for Solaris 2.8


From: Jay A. St. Pierre
Subject: --disable-nls broken for Solaris 2.8
Date: Fri, 1 Nov 2002 15:35:49 -0700 (MST)

On Solaris 8, if I try to do this:

  tar xvzf gawk-3.1.1.tar.gz
  cd gawk-3.1.1
  ./configure --disable-nls
  make

It looks like it still tries to do something with nls.  In any 
case, it doesn't compile properly:

make 'CFLAGS=-g -O2' 'LDFLAGS=' all-recursive
make[1]: Entering directory `/appl/sde/src/gnu/gnu-src/gawk-3.1.1.new'
Making all in intl
make[2]: Entering directory `/appl/sde/src/gnu/gnu-src/gawk-3.1.1.new/intl'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/appl/sde/src/gnu/gnu-src/gawk-3.1.1.new/intl'
Making all in .
make[2]: Entering directory `/appl/sde/src/gnu/gnu-src/gawk-3.1.1.new'
source='array.c' object='array.o' libtool=no \
depfile='.deps/array.Po' tmpdepfile='.deps/array.TPo' \
depmode=gcc /bin/bash ./depcomp \
/usr/local/share/bin/gcc -DDEFPATH="\".:/usr/local/share/awk\"" -DHAVE_CONFIG_H 
-DGAWK -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I. -I. -I./intl    -g -O2 
-c `test -f array.c || echo './'`array.c
In file included from /usr/include/locale.h:51,
                 from awk.h:63,
                 from array.c:40:
/usr/include/libintl.h:31: parse error before `char'
/usr/include/libintl.h:32: parse error before `char'
/usr/include/libintl.h:33: parse error before `char'
/usr/include/libintl.h:34: parse error before `char'
/usr/include/libintl.h:35: parse error before `char'
make[2]: *** [array.o] Error 1
make[2]: Leaving directory `/appl/sde/src/gnu/gnu-src/gawk-3.1.1.new'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/appl/sde/src/gnu/gnu-src/gawk-3.1.1.new'
make: *** [all] Error 2

I haven't figured out how to fix this, so I will just build with 
NLS enabled.

-Jay





reply via email to

[Prev in Thread] Current Thread [Next in Thread]