[CMake] Pparallel build on multiple directories?

Alexandre Feblot Alexandre.Feblot at thomsonreuters.com
Mon Jan 12 12:28:13 EST 2009


So, I downloaded and recompiled the latest gmake (3.81).

I works much better indeed.

I should have remembered: never work with obsolete tools...

 

 

By the way, what about parallel builds with nmake makefiles ?

 

Thanks,

 

 

 

-----Original Message-----
From: Bill Hoffman [mailto:bill.hoffman at kitware.com] 
Sent: Monday, 12 January 2009 17:28
To: Alexandre Feblot
Cc: cmake at cmake.org
Subject: Re: [CMake] Pparallel build on multiple directories?

 

Alexandre Feblot wrote:

> Ugh!

> 

>  

> 

> I'm using exactly the same (cmake 2.6.2, linux, unix makefiles), and
run 

> them with gmake 3.79.1.

> 

> I also had this behaviour on Solaris 10 with dmake 7.7 (my solaris
gmake 

> 3.75 seems not to handle cmake makefiles in parallel at all).

> 

> I had a try on AIX:

> 

>  - gmake 3.71 seems not to handle cmake makefiles in parallel at all

> 

>  - aix standard make run here in parallel between multiple directories


> *and* files but: The progress indicator is totally wrong (650%) and
the 

> process hangs during compilation.

> 

 

gmake parallel makefiles should work.  However, it is possible to create


a project that will not work for various reasons.  These reasons involve


custom commands that generate the same files from different targets.  In


that case it is too much parallel building.  I am not aware of gmake not


working in parallel at all on any system.  Sounds more like a gmake 

install problem.

 

-Bill

 



This email was sent to you by Thomson Reuters, the global news and information company.
Any views expressed in this message are those of the individual sender, except where the sender specifically states them to be the views of Thomson Reuters.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20090112/b3a36baa/attachment.htm>


More information about the CMake mailing list