X-Spam-Check-By: sourceware.org From: Eric Knudstrup To: cygwin AT cygwin DOT com Subject: Using make in the latest cygwin Date: Fri, 10 Nov 2006 00:00:20 -0800 User-Agent: KMail/1.9.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200611100000.20203.eric@knudstrup.org> Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 I just updated my cygwin install and found that my old gmake from a vendor no longer worked. After switching to the make distributed with cygwin I found that it no longer likes seeing full paths in the form of "c:/a/b/c.c". Now it seems to want me to use the full "/cygdrive/c/a/b/c.c". The problem is that the compiler toolchain I have to use wants DOS paths. Also, when I want to make a rule that tries to use redirection: blah: echo blah > blah I have to invoke it with sh: blah: sh -c echo blah > blah Is there a way to reconcile these differences? Eric -- 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/