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 simple to install once and share between multiple servers. I might give it a try though, just to see if I can have it working here... Thanks for the suggestion. Regards, Alexandre -----Original Message----- From: Bill Hoffman [mailto:[email protected]] Sent: Monday, 12 January 2009 20:24 To: Alexandre Feblot Cc: [email protected] 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 with nmake makefiles ? > > I use cl with gmake. You have to use a patched gmake. Cygwin removed support for c: in paths. Next version of gmake will put the support back. You can find a patched make here: http://www.cmake.org/files/cygwin/make.exe So, install cygwin, then put that make.exe in the bin dir, then use the "Unix Makefiles" generator of cmake, from a shell that has the correct environment for running cl. -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
