[Qt-interest] parallel building Qt on MSYS/MinGW
Scott Aron Bloom
Scott.Bloom at sabgroup.com
Fri Sep 18 18:56:41 CEST 2009
Or the make files don't pass the make options to the sub make calls
-----Original Message-----
From: qt-interest-bounces at trolltech.com [mailto:qt-interest-bounces at trolltech.com] On Behalf Of Thiago Macieira
Sent: Friday, September 18, 2009 9:22 AM
To: qt-interest at trolltech.com
Subject: Re: [Qt-interest] parallel building Qt on MSYS/MinGW
Em Sexta-feira 18. Setembro 2009, às 17.50.07, Mark Brand escreveu:
> However, if I build a subproject separately, the "-j" option seems to
> work as expected. For example:
>
> cd src/sql
> mingw32-make.exe -j 5
>
> Can somebody tell me why this is? I'm not sure if this something I
> don't understand about make, mingw, the Qt makefiles, or something else.
>
I'd say it's a limitation of mingw32-make, not related to Qt at all.
It probably can compile multiple files simultaneously, but it can't run multiple sub-makes.
--
Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org
Senior Product Manager - Nokia, Qt Development Frameworks
PGP/GPG: 0x6EF45358; fingerprint:
E067 918B B660 DBD1 105C 966C 33F5 F005 6EF4 5358
Qt Developer Days 2009 | Registration Now Open!
Munich, Germany: Oct 12 - 14 San Francisco, California: Nov 2 - 4
http://qt.nokia.com/qtdevdays2009
More information about the Qt-interest-old
mailing list