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-MimeOLE: Produced By Microsoft Exchange V6.0.5762.3 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Subject: gnu make and --win32 Date: Mon, 29 Jul 2002 09:34:34 +0100 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: From: "Elias Biris" To: X-Received: By mailgate2.Cadence.COM as BAA05855 at Mon Jul 29 01:34:41 2002 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id g6T8Ywe18673 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 ? Kind regards Elias Biris, Cadence Design Systems Ltd, SOC Design Centre 1 The Alba Campus TEL: +44 (0)1506595036 Livingston, EH54 7HH FAX: +44 (0)1506595959 -- 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/