This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
gcc 2.95.2 sig 11 on compile
- To: help-gcc at gnu dot org
- Subject: gcc 2.95.2 sig 11 on compile
- From: Nathan Tardiff <nathan at wotism dot org>
- Date: Thu, 28 Oct 1999 21:11:40 +0000
- Newsgroups: gnu.gcc.help
- Organization: Road Runner
- Xref: wodc7nx0 gnu.gcc.help:1650
I'm on a redhat 5.2 machine, and trying to compile gcc 2.95.2. When I
get to a certain point in the compile, it just sig 11s on me. I really
have no idea where to begin in finding the problem. Below is what it
tells me. Any ideas?
gcc -DIN_GCC -g -DHAVE_CONFIG_H -I. -I/tmp/gcc-2.95.2/gcc
-I/tmp/gcc-2.95.2/gcc/config -I/tmp/gcc-2.95.2/gcc/../include \
-DSTANDARD_STARTFILE_PREFIX=\"/usr/lib/\"
-DSTANDARD_EXEC_PREFIX=\"/usr/lib/gcc-lib/\"
-DDEFAULT_TARGET_VERSION=\"2.95.2\"
-DDEFAULT_TARGET_MACHINE=\"i686-pc-linux-gnu\"
-DTOOLDIR_BASE_PREFIX=\"/usr/\" \
-c `echo /tmp/gcc-2.95.2/gcc/gcc.c | sed 's,^\./,,'`
gcc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I/tmp/gcc-2.95.2/gcc
-I/tmp/gcc-2.95.2/gcc/config -I/tmp/gcc-2.95.2/gcc/../include
/tmp/gcc-2.95.2/gcc/gccspec.c
gcc -DIN_GCC -g -DHAVE_CONFIG_H -o xgcc gcc.o gccspec.o intl.o \
prefix.o version.o obstack.o ../libiberty/libiberty.a
echo "int xxy_us_dummy;" >tmp-dum.c
./xgcc -B/usr/i686-pc-linux-gnu/bin/ -B./
-I/usr/i686-pc-linux-gnu/include -S tmp-dum.c
xgcc: Internal compiler error: program cpp got fatal signal 11
make[2]: *** [s-under] Error 1
make[2]: Leaving directory `/usr/src/nathan/gcc/gcc'
make[1]: *** [bootstrap] Error 2
make[1]: Leaving directory `/usr/src/nathan/gcc/gcc'
make: *** [bootstrap] Error 2