This is the mail archive of the gcc@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]

compiler crash


Trying to build egcs from the CVS source today and yesterday gave me some
fatal errors...

Linux kernel 2.1.131
glibc 2.1.106
binutils 2.9.1.0.19
CVS updated as of about 11pm (EST) Tuesday

The error:

  /usr/src/egcsobj/gcc/xgcc -B/usr/src/egcsobj/gcc/ -B/usr/i586-pc-linux-gnu/bin/ -c -O2 -mpentium -march=pentium -D_GNU_SOURCE -I. -I../../../egcs/libio -D_IO_MTSAFE_IO -fpic ../../../egcs/libio/iogetline.c -o pic/iogetline.o
/usr/src/egcsobj/gcc/xgcc -B/usr/src/egcsobj/gcc/ -B/usr/i586-pc-linux-gnu/bin/ -c -O2 -mpentium -march=pentium -D_GNU_SOURCE -I. -I../../../egcs/libio -D_IO_MTSAFE_IO ../../../egcs/libio/iogetline.c
rm -rf libio.a
ar rc libio.a iogetline.o   
ranlib libio.a
test x"yes" != xyes || \
  /usr/src/egcsobj/gcc/xgcc -B/usr/src/egcsobj/gcc/ -B/usr/i586-pc-linux-gnu/bin/ -c -O2 -mpentium -march=pentium -D_GNU_SOURCE -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -I. -I../../../egcs/libio -nostdinc++ -D_IO_MTSAFE_IO -fpic ../../../egcs/libio/builtinbuf.cc -o pic/builtinbuf.o
In file included from /usr/include/bits/stdio-lock.h:20,
                 from ../../../egcs/libio/libio.h:166,
                 from ../../../egcs/libio/streambuf.h:36,
                 from ../../../egcs/libio/builtinbuf.h:32,
                 from ../../../egcs/libio/builtinbuf.cc:29:
/usr/include/pthread.h:434: Internal compiler error.
/usr/include/pthread.h:434: Please submit a full bug report to `egcs-bugs@cygnus.com'.
/usr/include/pthread.h:434: See <URL:http://egcs.cygnus.com/faq.html#bugreport> for details.
make[2]: *** [builtinbuf.o] Error 1
make[2]: Leaving directory `/usr/src/egcsobj/i586-pc-linux-gnu/libio'
make[1]: *** [all-target-libio] Error 2
make[1]: Leaving directory `/usr/src/egcsobj'
make: *** [bootstrap] Error 2


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