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:[email protected]] Sent: Monday, 12 January 2009 17:28 To: Alexandre Feblot Cc: [email protected] 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.
_______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
