Port-sparc archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

re: Compiler error while buidling pre2



> gcc: internal compiler error: Killed (program cc1 received signal 9)

this means you're running out of ram and swap.  i bet there are
messages in dmesg saying this too.  modern compilers are big.

either try adding more swap, or, make the compiler use fewer
optimisation levels (eg, use -O vs -O2, or no -O at all, or
no -g, etc.)


.mrg.


Home | Main Index | Thread Index | Old Index