X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Message-ID: <49A80CDE.7050405@gmail.com> Date: Fri, 27 Feb 2009 15:55:10 +0000 From: Dave Korn User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: problem with make-3.81 References: <4bb82301548406fd289be8b735e194da AT freesurf DOT fr> <49A7FA23 DOT 40409 AT cwilson DOT fastmail DOT fm> In-Reply-To: <49A7FA23.40409@cwilson.fastmail.fm> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 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 Charles Wilson wrote: > ycollet@ wrote: >>> I think Dave wants you to get the mingw-make from the mingw project site >> :-) >> >> Yes, I fill that. But that's a little bit complicated: to benefit from a >> "pure" windows binary, you can compile a mingw binary using cygwin tools. >> But you still need to download the make tool from the mingw website. > > In *certain* cases -- if you're lucky -- you can use the cygwin make, > but you have to turn off automatic dependency tracking in your project. > For projects that use automake, you can do this using > --disable-dependency-tracking. But there are significant drawbacks to > doing this. And if it breaks your project, you get to keep all the > pieces (e.g. doing this is not supported by us, or anyone else). Or, you can hack the makefile or put wrapper scripts around the compiler to post-process the generated dependencies using cygpath (details left as exercise for reader). cheers, DaveK -- 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/