Re: [CMake] Pparallel build on multiple directories?

2009-01-15 Thread Alexandre Feblot
: cmake@cmake.org Subject: Re: [CMake] Pparallel build on multiple directories? Alexandre Feblot wrote: 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

Re: [CMake] Pparallel build on multiple directories?

2009-01-15 Thread Bill Hoffman
Alexandre Feblot wrote: I tried with the standard gmake 3.81 that I compiled on .net 2003 with support for an old MKS sh.exe that we already own (define HAVE_MKS_SHELL in the config.h.W32), but can't get it working in parallel. Maybe sh is too old too. We'd rather avoid cygwin, as it's not

Re: [CMake] Pparallel build on multiple directories?

2009-01-15 Thread Alexandre Feblot
Ok Bill, thanks for that detailled info. It will be really useful. Regards, Alexandre -Original Message- From: Bill Hoffman [mailto:bill.hoff...@kitware.com] Sent: Thursday, 15 January 2009 17:23 To: Alexandre Feblot Cc: cmake@cmake.org Subject: Re: [CMake] Pparallel build on multiple

[CMake] Pparallel build on multiple directories?

2009-01-12 Thread Alexandre Feblot
Hi, I try to figure out cmake parallel build capabilities. As far as I see, multiple files in a directory can be processed in parallel, but multiple subdirectories of a single cmake project are still processed one after the other. Can someone confirm this behaviour? Or can I do better?

Re: [CMake] Pparallel build on multiple directories?

2009-01-12 Thread Alexandre Feblot
: Monday, 12 January 2009 13:56 To: Alexandre Feblot Subject: Re: [CMake] Pparallel build on multiple directories? 2009/1/12 Alexandre Feblot alexandre.feb...@thomsonreuters.com: Hi, I try to figure out cmake parallel build capabilities. As far as I see, multiple files

Re: [CMake] Pparallel build on multiple directories?

2009-01-12 Thread Bill Hoffman
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: -

Re: [CMake] Pparallel build on multiple directories?

2009-01-12 Thread Alexandre Feblot
[mailto:bill.hoff...@kitware.com] Sent: Monday, 12 January 2009 17:28 To: Alexandre Feblot Cc: cmake@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

Re: [CMake] Pparallel build on multiple directories?

2009-01-12 Thread Bill Hoffman
Alexandre Feblot wrote: 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 ? I use cl with gmake. You have to use a patched gmake.