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 X-Envelope-To: From: "Heiko Gerdau" To: Subject: Re: gnu make and --win32 Date: Mon, 2 Sep 2002 10:33:39 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Importance: Normal Hi, I just ran into the same problem. Is there anybody who has a solution to this? Thanks Heiko >From: "Elias Biris" >To: >Date: Mon, 29 Jul 2002 09:34:34 +0100 >Subject: gnu make and --win32 > >Hi all, > >I am trying to use cygwin gnu make for some win32 development. I have ran against a problem with >the setting of the PATH prior to invoking an external command from within a Makefile action. It >appears that even with the --win32 the following > >PATH=... some extra path ... ; ... system env path ... & set PATH > >causes the environment PATH to contain things like : /c/Program Files/Cadence Design >Systems/LDV/tools/bin, i.e it turns the existing > >c:\Program Files\Cadence Design Systems\LDV\tools\bin into a cygwin equivalent. > >Subsequently the subshell command cannot find the external program that I am trying to invoke >because the path is malformed. Oh, and I am trying to run all this from a normal 'DOS' shell on >windows 2000 Pro. >I thought that the --win32 uses a win32 subshell and that therefore no alteration (cygwin-izing) >of the path would be done ... Can anyone explain this to me ? -- 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/