I can "configure" cleanly, however "make bootstrap" (or "make bootstrap4") doesn't like me:
- Code: Select all
make[2]: Entering directory `/tmp/gcc-3.4.4-obj/gcc'
stage1/xgcc -Bstage1/ -B/usr/local/i686-pc-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -DHAVE_CONFIG_H -I. -I. -I/tmp/gcc-3.4.4/gcc -I/tmp/gcc-3.4.4/gcc/. -I/tmp/gcc-3.4.4/gcc/../include -c insn-attrtab.c \
-o insn-attrtab.o
xgcc: Internal error: Killed (program cc1)
Please submit a full bug report.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[2]: *** [insn-attrtab.o] Error 1
make[2]: Leaving directory `/tmp/gcc-3.4.4-obj/gcc'
make[1]: *** [stage2_build] Error 2
make[1]: Leaving directory `/tmp/gcc-3.4.4-obj/gcc'
make: *** [bootstrap4] Error 2
Any ideas?
