Hi,

On Wednesday 12 August 2009, Vincent LEFORT wrote:
> I have installed the lastest release of mingw32-make (3.81) but it
> seems to build in only one jobs :(

The problem seems to be that options are not passed to make sub-
commands. Running

mingw32-make -j4 -i -f Makefile.Debug

in "qt/src/corelib" uses all processor.

mingw32-make -j4 -i

just issues sub-make processes _without_ any command.

The problem  ssems to be that child processes don't get the parent 
arguments (as on Linux). I just run a cmake driven build and it has the 
same issues (even worse, as cmake does _everything_ using forked makes)

Yours,

Jürgen

-- 
* Dipl.-Math. Jürgen Hunold       ! Ingenieurgesellschaft für 
* voice: ++49 511 262926 57       ! Verkehrs- und Eisenbahnwesen mbH  
* fax  : ++49 511 262926 99       ! Lister Straße 15
* juergen.hun...@ivembh.de        ! www.ivembh.de
* 
* Geschäftsführer:                ! Sitz des Unternehmens: Hannover
* Prof. Dr.-Ing. Thomas Siefer    ! Amtsgericht Hannover, HRB 56965
* PD Dr.-Ing. Alfons Radtke       !

_______________________________________________
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator

Reply via email to