delorie.com/archives/browse.cgi | search |
X-Spam-Check-By: | sourceware.org |
From: | Eric Knudstrup <eric AT knudstrup DOT org> |
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 |
Message-Id: | <200611100000.20203.eric@knudstrup.org> |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
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/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |