X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Message-ID: <48E3E04E.4D9888E7@dessent.net> Date: Wed, 01 Oct 2008 13:40:46 -0700 From: Brian Dessent X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: cygwin-make issue References: <355482 DOT 1247 DOT qm AT web33501 DOT mail DOT mud DOT yahoo DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list 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/