You could also try adding swap. It isn't ideal, but it might at least
let you build until you can add more RAM. It can take about 4GB to
link a debug build. Another option is to build in release mode, which
should require less RAM.
Michael
On Mon, Nov 23, 2009 at 12:12 AM, Craig Schlenter
wrote:
On Mon, Nov 23, 2009 at 9:59 AM, hap 497 wrote:
> Hi,
>
> I am tying to compile chromium on ubuntu 9.10. I think the compilation
> went fine.
> I just get an error in linking.
> $ make -j5 chrome
> LINK(target) out/Debug/chrome
> collect2: ld terminated with signal 9 [Killed]
> make: *** [out/Deb