re: Compiler error while buidling pre2
matthew green <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.sparc |
|---|---|
| Message-ID | <[email protected]> |
> 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.