lmi
[Top][All Lists]
Advanced

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

Re: [lmi] Upgrading to gcc-4.9.2


From: Greg Chicares
Subject: Re: [lmi] Upgrading to gcc-4.9.2
Date: Thu, 17 Dec 2015 21:18:28 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.3.0

On 2015-12-17 20:56, Greg Chicares wrote:
> On 2015-12-17 15:51, Greg Chicares wrote:
> [...]
>> Oh...I need to recompile wx with the new compiler and '-std=c++11'.
> 
> With '--jobs=16', my 32-bit msw-xp VM ran out of RAM (4GB allotted),
> but it worked with '--jobs=8':
> 
> $time make --jobs=8 -f install_wx.make >../log 2>&1
> make --jobs=8 -f install_wx.make > ../log 2>&1  2029.94s user 1203.96s system 
> 420% cpu 12:48.95 total
> 
> It built without warnings. Faster than I was expecting in comparison
> to lmi. CPU usage stayed around 75% during compilation.

I tried '--jobs=10' and it failed. That seems to suggest that at least
one file requires an extraordinary amount of RAM. The 'cc1plus' messages
below don't seem to indicate that, so maybe there's a nearby file that
ate all the RAM so that there was none left for the less hungry ones.
I doubt many people are building wx with this degree of parallelism in
32-bit msw-xp, but perhaps others would try it in a RAM-limited VM.

cc1plus: out of memory allocating 1048576 bytes after a total of 1900544 bytes

cc1plus: out of memory allocating 1048576 bytes after a total of 6619136 bytes

cc1plus: out of memory allocating 1922 bytes after a total of 2097152 bytes
Makefile:17536: recipe for target 'monodll_fs_filter.o' failed
make[2]: *** [monodll_fs_filter.o] Error 1
make[2]: *** Waiting for unfinished jobs....
Makefile:17539: recipe for target 'monodll_hash.o' failed
make[2]: *** [monodll_hash.o] Error 1
Makefile:17533: recipe for target 'monodll_fs_arc.o' failed
make[2]: *** [monodll_fs_arc.o] Error 1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]