This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
build gcc
- From: Mehdi Khaldi <mkhaldi at softaddicts dot ca>
- To: "'gcc at gcc dot gnu dot org'" <gcc at gcc dot gnu dot org>
- Date: Thu, 20 Mar 2003 14:45:15 -0500
- Subject: build gcc
Hi,
I try to build gcc on a solaris2.7 platform. So I am following the
instructions.
1) Configuring is right.
2) I do the make command. Then, it runs until an error occurs.
/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)
Could you help me because I can't build my compiler. I know what it means
but I don't know what I have to do in order to resolve this problem.
Thanks