I want to build gcc (2.95.2) on Tru64 5.0A, but I always end up with the same
segmentation fault (below). Does anyone have any suggestions?
/D. Forsgren (daniel_at_virtutech.se)
> stage1/xgcc -Bstage1/ -B/usr/local/alphaev56-dec-osf5.0/bin/ -O2 -g -o mips-tdump mips-tdump.o version.o obstack.o -lmld ../libiberty/libiberty.a
> rm -f SYSCALLS.c tmp-SYSCALLS.s
> cat ../../gcc-2.95.2/gcc/sys-types.h ../../gcc-2.95.2/gcc/sys-protos.h > SYSCALLS.c
> ./xgcc -B/usr/local/alphaev56-dec-osf5.0/bin/ -B./ -I/usr/local/alphaev56-dec-osf5.0/include -DIN_GCC -DHAIFA -O2 -g -I./include -I. -I../../gcc-2.95.2/gcc -I../../gcc-2.95.2/gcc/config -I../../gcc-2.95.2/gcc/../include -aux-info SYSCALLS.c.X -S -o tmp-SYSCALLS.s SYSCALLS.c
> xgcc: Internal compiler error: program cpp got fatal signal 11
> *** Exit 1
> Stop.
> *** Exit 1
> Stop.
> *** Exit 1
> Stop.
Received on Tue Sep 12 2000 - 12:14:21 NZST