This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: build gcc
> /usr/local/gcc302/bin/gcc -DIN_GCC -g -W -Wall -Wwrite-strings
> -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic
> -Wno-long-long -DHAVE_CONFIG_H -o cc1 c-parse.o c-lang.o attribs.o
> c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o
> c-common.o c-format.o c-semantics.o c-objc-common.o libcpp.a main.o
> libbackend.a ./intl/libintl.a ../libiberty/libiberty.a
> Undefined first referenced
> symbol in file
> gettextparse__ ./intl/libintl.a(loadmsgcat.o)
Try to configure with --disable-nls.
--
Eric Botcazou