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 Message-ID: <3CEA70F3.787771DE@csksoftware.com> Date: Tue, 21 May 2002 18:08:19 +0200 From: "Johan Bezem" Reply-To: CygWin Mailing List Organization: CSK Software AG X-Accept-Language: en,de,nl,el,fr,af,es,it MIME-Version: 1.0 To: Rami Mehio Cc: CygWin Mailing List Subject: Re: Dos Style path in 3.79.1-7 and -5 References: <775BE9D2D47B434B8FA092E0980A3A2C01B28E AT improv_server> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: by AMaViS snapshot-20010407 Try using forward slahes like d:/utils/print.exe. I don't think the CygWin version of make has ever been equipped to handle unescaped backslahes. You may also try escaping them, like d:\\utils\\print.exe. Regards, Johan Bezem CSK Software AG Rami Mehio wrote: > > I have been using gnu make 3.79 on win32. The shell i use is cmd.exe. > > I have recently upgraded my cygwin tools including make to 3.79.1-5 (and > subsequently to -7). > > I seems that make no longer recognizes Dos style pathnames. So in a rule, if > i have > > target: > d:\utils\print.exe hello.txt > > if i do > > make target --win32 > > make does not recognize the d:\utils\print.exe path. > > This used to work fine for me before. > > Does anybody know anything about this? > > thanks > > -- > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > Bug reporting: http://cygwin.com/bugs.html > Documentation: http://cygwin.com/docs.html > FAQ: http://cygwin.com/faq/ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/