>>>> I can't seem to get gcc-4.5.3-r1 to compile. I tried twice and it >>>> failed at the exact same point both times. The build log doesn't >>>> mention a segfault. Does anyone know how to fix this? I was able to >>>> compile gcc-4.3.3 a short while ago. >>>> >>>> >>>> /var/tmp/portage/sys-devel/gcc-4.5.3-r1/work/gcc-4.5.3/gcc/config/i386/i386.md: >>>> In function 'internal_dfa_insn_code': >>>> >>>> /var/tmp/portage/sys-devel/gcc-4.5.3-r1/work/gcc-4.5.3/gcc/config/i386/i386.md:360:1: >>>> internal compiler error: Aborted >>>> Please submit a full bug report, >>>> with preprocessed source if appropriate. >>>> See<http://bugs.gentoo.org/> for instructions. >>>> make[3]: *** [insn-attrtab.o] Error 1 >>>> make[3]: Leaving directory >>>> `/var/tmp/portage/sys-devel/gcc-4.5.3-r1/work/build/gcc' >>>> make[2]: *** [all-stage2-gcc] Error 2 >>>> make[2]: Leaving directory >>>> `/var/tmp/portage/sys-devel/gcc-4.5.3-r1/work/build' >>>> make[1]: *** [stage2-bubble] Error 2 >>>> make[1]: Leaving directory >>>> `/var/tmp/portage/sys-devel/gcc-4.5.3-r1/work/build' >>>> make: *** [bootstrap-lean] Error 2 >>>> emake failed >>>> >>>> - Grant >>> >>> >>> Did you check the log for OOM (Out of Memory) problems? >>> >>> I've had problems building gcc on a machine with limited RAM when my >>> swap >>> hasn't been enabled. >>> >>> Todd >> >> >> I just checked but there is nothing like that in the logs. >> >> - Grant > > > Some versions of GCC I was able to compile with MAKEOPTS="-j1" > only. Whenever I have set it to higher number, it simply failed > with similar error. Surprising, other versions I could compile > even with "-j4"...
That can't be it, I set MAKEOPTS="-j1" on all my systems years ago. :) - Grant