This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
3.2 bootstrap failure building cc1plus on sparcv9-sun-solaris2.8
- From: Brad Lucier <lucier at math dot purdue dot edu>
- To: gcc at gcc dot gnu dot org
- Cc: lucier at math dot purdue dot edu (Brad Lucier)
- Date: Wed, 3 Jul 2002 00:34:10 -0500 (EST)
- Subject: 3.2 bootstrap failure building cc1plus on sparcv9-sun-solaris2.8
I doubt that this is sparc-specific, but bootstrap fails after
/bin/rm -rf * ; env CC='gcc -m64 -mcpu=ultrasparc' ../configure --prefix=/home/c/lucier/local/gcc-test sparcv9-sun-solaris2.8 ; make -j 8 STAGE1_CFLAGS='-O2 -g' bootstrap > & build.log
with
stage1/xgcc -Bstage1/ -B/home/c/lucier/local/gcc-test/sparcv9-sun-solaris2.8/bin/ -DIN_GCC -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -o cc1plus \
cp/call.o cp/decl.o cp/expr.o cp/pt.o cp/typeck2.o cp/class.o cp/decl2.o cp/error.o cp/lex.o cp/parse.o cp/ptree.o cp/rtti.o cp/spew.o cp/typeck.o cp/cvt.o cp/except.o cp/friend.o cp/init.o cp/method.o cp/search.o cp/semantics.o cp/tree.o cp/repo.o cp/dump.o cp/optimize.o cp/mangle.o cp/cp-lang.o attribs.o c-common.o c-format.o c-pragma.o c-semantics.o c-lex.o main.o libbackend.a libcpp.a ./intl/libintl.a ../libiberty/libiberty.a
Undefined first referenced
symbol in file
incomplete_type_error cp/pt.o
ld: fatal: Symbol referencing errors. No output written to cc1plus
collect2: ld returned 1 exit status
Brad