This is the mail archive of the
cygwin
mailing list for the Cygwin project.
Re: cygwin-make issue
- From: Brian Dessent <brian at dessent dot net>
- To: cygwin at cygwin dot com
- Date: Wed, 01 Oct 2008 13:40:46 -0700
- Subject: Re: cygwin-make issue
- References: <355482.1247.qm@web33501.mail.mud.yahoo.com>
- Reply-to: cygwin at cygwin dot com
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/