-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2011-03-07 15:52, cyrille henry wrote:
Le 07/03/2011 09:05, IOhannes m zmoelnig a écrit : On 2011-03-06 20:11, cyrille henry wrote:
ok, i'll test that. but compiling take lot's of time. what's the magic in order to use multiple core of a cpu for the compilation?
$ make -j4 where "4" is the number of parallel tasks (adapt to your CPU count for optimum performance)
i already tried that, but it strangely did not work.
strange indeed.
also, you might want to run / $ ./configure -c to cache configure results, which can drastically spped up things in the configure stage (ifthat is needed)
i did not configure everytime i compile. is that bad?
no, i just added this information because i was talking about speeding up compilation.
fgmasdr IOhannes