This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: cygwin-make issue


Clearcase Administrator wrote:

> Any ideas ? Do I need to upgrade mae ? cygwin ? I want to use the parallel make option of make.

You need to re-read the replies that you already received.  The error is
not from make, it's from the KJxSvc program (whatever that is -- it's
not part of Cygwin) which is not capable of dealing with files being in
use by other parallel jobs.  This has nothing to do with either Cygwin
or make.

It is possible to modify your Makefile to cope with non-parallel safe
programs, such as by using order-only prerequisites and sentinal files. 
However, that is not Cygwin-specific and you'd be better off asking on
the make list.  (And you'd have to provide much more detail than what
you've given for anyone to be able to suggest workarounds.)

Brian

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]