This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
bootstrap failure: i386-unknown-freebsd4.8
- From: Gerald Pfeifer <gerald at pfeifer dot com>
- To: gcc at gcc dot gnu dot org
- Date: Wed, 17 Sep 2003 10:11:46 +0200 (CEST)
- Subject: bootstrap failure: i386-unknown-freebsd4.8
Seen just now on i386-unknown-freebsd4.8 for `gmake -j6 bootstrap`
on a dual-processor box.
stage1/xgcc -Bstage1/ -B/sw/gcc-current/i386-unknown-freebsd4.8/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Werror -fno-common -DHAVE_CONFIG_H -I. -I. -I/sw/test/gcc/cvs/gcc -I/sw/test/gcc/cvs/gcc/. -I/sw/test/gcc/cvs/gcc/../include -I../intl /sw/test/gcc/cvs/gcc/cppspec.c -o cppspec.o
(SHLIB_LINK=' ./xgcc -B./ -B/sw/gcc-current/i386-unknown-freebsd4.8/bin/ -isystem /sw/gcc-current/i386-unknown-freebsd4.8/include -isystem /sw/gcc-current/i386-unknown-freebsd4.8/sys-include -L/files/pfeifer/OBJ-0917-0957/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -fPIC -pthread -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -shared -nodefaultlibs -Wl,--soname=@shlib_so_name@.so.1 -Wl,--version-script=@shlib_map_file@ -o @shlib_dir@@shlib_so_name@.so.1 @multilib_flags@ @shlib_objs@ && rm -f @shlib_base_name@.so && ln -s @shlib_dir@@shlib_so_name@.so.1 @shlib_base_name@.so' \
SHLIB_MULTILIB=''; \
stage1/xgcc -Bstage1/ -B/sw/gcc-current/i386-unknown-freebsd4.8/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Werror -fno-common -DHAVE_CONFIG_H -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/sw/gcc-current/lib/gcc/\" -DSTANDARD_LIBEXEC_PREFIX=\"/sw/gcc-current/libexec/gcc/\" -DDEFAULT_TARGET_VERSION=\"3.4\" -DDEFAULT_TARGET_MACHINE=\"i386-unknown-freebsd4.8\" -DSTANDARD_BINDIR_PREFIX=\"/sw/gcc-current/bin/\" -DTOOLDIR_BASE_PREFIX=\"../../../../\" `test "X${SHLIB_LINK}" = "X" || test "yes" != "yes" || echo "-DENABLE_SHARED_LIBGCC"` `test "X${SHLIB_MULTILIB}" = "X" || echo "-DNO_SHARED_LIBGCC_MULTILIB"` \
-I. -I. -I/sw/test/gcc/cvs/gcc -I/sw/test/gcc/cvs/gcc/. -I/sw/test/gcc/cvs/gcc/../include -I../intl /sw/test/gcc/cvs/gcc/cp/g++spec.c)
Internal compiler error: Error reporting routines re-entered.
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
gmake[2]: *** [gccspec.o] Error 1
gmake[2]: *** Waiting for unfinished jobs....
Gerald