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]

gcc 3.1 build failure for i686-pc-linux-gnu



On i686-pc-linux-gnu with a clean CVS gcc 3.1 tree,

2001-03-27 08:00 GMT	bootstrap succeeds much past the following failure
2001-03-28 08:00 GMT	bootstrap fails
2001-03-28 16:00 GMT	bootstrap fails

The build line was something like  "make -j 3 CFLAGS=-g bootstrap".

Has anyone else seen this problem?

Thanks,
Jeffrey D. Oldham
oldham@codesourcery.com

gcc -c  -DIN_GCC    -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long  -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I/nfs/oz/home/oldham/gcc/gcc0/gcc -I/nfs/oz/home/oldham/gcc/gcc0/gcc/. -I/nfs/oz/home/oldham/gcc/gcc0/gcc/config -I/nfs/oz/home/oldham/gcc/gcc0/gcc/../include /nfs/oz/home/oldham/gcc/gcc0/gcc/ggc-none.c -o ggc-none.o
ln -s /nfs/oz/home/oldham/gcc/gcc0/gcc/../libiberty/obstack.c obstack.c
gcc -c  -DIN_GCC    -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long  -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I/nfs/oz/home/oldham/gcc/gcc0/gcc -I/nfs/oz/home/oldham/gcc/gcc0/gcc/. -I/nfs/oz/home/oldham/gcc/gcc0/gcc/config -I/nfs/oz/home/oldham/gcc/gcc0/gcc/../include \
	obstack.c -o obstack.o
/bin/sh /nfs/oz/home/oldham/gcc/gcc0/gcc/move-if-change tmp-mlib.h multilib.h
touch s-mlib
rm -f hashtab.c
ln -s /nfs/oz/home/oldham/gcc/gcc0/gcc/../libiberty/hashtab.c hashtab.c
gcc -c  -DIN_GCC    -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long  -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I/nfs/oz/home/oldham/gcc/gcc0/gcc -I/nfs/oz/home/oldham/gcc/gcc0/gcc/. -I/nfs/oz/home/oldham/gcc/gcc0/gcc/config -I/nfs/oz/home/oldham/gcc/gcc0/gcc/../include hashtab.c
In file included from /nfs/oz/home/oldham/gcc/gcc0/gcc/ggc-none.c:26:
/nfs/oz/home/oldham/gcc/gcc0/gcc/system.h:299: conflicting types for `strsignal'
/usr/include/string.h:291: previous declaration of `strsignal'
make[2]: *** [ggc-none.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/home/oldham/gcc/gcc0/objdir/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/home/oldham/gcc/gcc0/objdir/gcc'
make: *** [bootstrap] Error 2
gcc_build: error: Could not bootstrap the compiler


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