This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Can't compile ANY compile (egcs or gcc) with gcc 2.95, Heeeaalp!
- To: gcc-bugs at gcc dot gnu dot org
- Subject: Can't compile ANY compile (egcs or gcc) with gcc 2.95, Heeeaalp!
- From: Steve M Hawkins Jr <nobuddy at phenixcable dot net>
- Date: Mon, 09 Aug 1999 23:30:20 +0000
Here's what I get, trying to compile egcs & gcc, basically the same
thing
This is off of egcs 1.1.2
rm -f gfloat.h
cp ../../gcc/config/float-i386.h gfloat.h
for file in .. ../../gcc/ginclude/stdarg.h ../../gcc/ginclude/stddef.h
../../gcc/ginclude/varargs.h ../../gcc/ginclude/va-alpha.h
../../gcc/ginclude/va-h8300.h ../../gcc/ginclude/va-i860.h
../../gcc/ginclude/va-i960.h ../../gcc/ginclude/va-mips.h
../../gcc/ginclude/va-m88k.h ../../gcc/ginclude/va-mn10200.h
../../gcc/ginclude/va-mn10300.h ../../gcc/ginclude/va-pa.h
../../gcc/ginclude/va-pyr.h ../../gcc/ginclude/va-sparc.h
../../gcc/ginclude/va-clipper.h ../../gcc/ginclude/va-spur.h
../../gcc/ginclude/va-m32r.h ../../gcc/ginclude/va-sh.h
../../gcc/ginclude/va-v850.h ../../gcc/ginclude/va-arc.h
../../gcc/ginclude/iso646.h ../../gcc/ginclude/va-ppc.h
../../gcc/cp/inc/typeinfo ../../gcc/cp/inc/exception
../../gcc/cp/inc/new ../../gcc/cp/inc/new.h ../../gcc/ginclude/proto.h
../../gcc/ginclude/stdbool.h; do \
if [ X$file != X.. ]; then \
realfile=`echo $file | sed -e 's|.*/\([^/]*\)$|\1|'`; \
touch include/$realfile; \
rm -f include/$realfile; \
cp $file include; \
chmod a+r include/$realfile; \
fi; \
done
rm -f include/limits.h
cp xlimits.h include/limits.h
chmod a+r include/limits.h
rm -f include/float.h
if [ -s gfloat.h ]; then \
cp gfloat.h include/float.h && \
chmod a+r include/float.h; \
else :; fi
rm -f include/README
cp ../../gcc/README-fixinc include/README
chmod a+r include/README
touch stmp-int-hdrs
rm -f SYSCALLS.c tmp-SYSCALLS.s
cat ../../gcc/sys-types.h ../../gcc/sys-protos.h > SYSCALLS.c
/home/jedi/egcs-1.1.2/compile/gcc/xgcc
-B/home/jedi/egcs-1.1.2/compile/gcc/ -DIN_GCC -g -O2 -I./include
-I. -I../../gcc -I../../gcc/config \
-aux-info SYSCALLS.c.X -S -o tmp-SYSCALLS.s SYSCALLS.c
xgcc: Internal compiler error: program cpp got fatal signal 11
make[1]: *** [SYSCALLS.c.X] Error 1
make[1]: Leaving directory `/home/jedi/egcs-1.1.2/compile/gcc'
make: *** [all-gcc] Error 2
Heeealp!