Re: [webkit-dev] Tools/Scripts/build-webkit --gtk --debug --makeargs="-j1" taking up to 80% of memory

2012-01-02 Thread Soo-Hyun Choi
Philippe, On Mon, Jan 2, 2012 at 19:40, Philippe Normand wrote: > On Mon, 2011-12-26 at 21:45 -0800, sachin nikam wrote: >> I synced up the latest webkit code base and am trying to build webkit >> gtk on ubuntu 11.10 with 4gb of RAM and 4 CPUs >> >> I tried with --makeargs="-j2" but still got "ld

Re: [webkit-dev] Tools/Scripts/build-webkit --gtk --debug --makeargs="-j1" taking up to 80% of memory

2012-01-02 Thread Philippe Normand
On Mon, 2011-12-26 at 21:45 -0800, sachin nikam wrote: > I synced up the latest webkit code base and am trying to build webkit > gtk on ubuntu 11.10 with 4gb of RAM and 4 CPUs > > I tried with --makeargs="-j2" but still got "ld process terminated > signal[9]" error which indicates that it ran out

Re: [webkit-dev] Tools/Scripts/build-webkit --gtk --debug --makeargs="-j1" taking up to 80% of memory

2012-01-02 Thread Osztrogonac Csaba
Hi All, 32 bit debug build is impossible long time ago, because linker runs out of 4Gb address space. Maybe cross compiling on a 64 bit machine can solve this problem. Is there anyone interested in 32 bit build? br, Ossy Zeno Albisser írta: Hi Sachin, We had the same/a similar problem with Qt