This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Latest CVS doesn't build when `configure --disable-nls'


One should be able to build gcc on a platform without gettext
installed, if one uses the `--disable-nls' configure flag.

$cdi/gcc/configure --with-gnu-as=no --with-gnu-ld=no --disable-nls --prefix=$cdi/gcc/work/inst/tru64 --enable-languages=c,c++ && make bootstrap

...

gcc  -DIN_GCC    -g  -W -Wall -Wtraditional -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long  -DHAVE_CONFIG_H  -o cpp cppmain.o \
intl.o libcpp.a obstack.o       -lmld -lexc ../libiberty/libiberty.a
/usr/ccs/bin/ld:
Unresolved:
bindtextdomain
textdomain
_nl_msg_cat_cntr
dcgettext__
collect2: ld returned 1 exit status


(martin@tru64) ~cdx/import/gcc/work/build $ uname -a
OSF1 tru64.m17n.org V4.0 1091 alpha

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]