delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT sourceware DOT cygnus DOT com> |
List-Archive: | <http://sourceware.cygnus.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT sourceware DOT cygnus DOT com> |
List-Help: | <mailto:cygwin-help AT sourceware DOT cygnus DOT com>, |
<http://sourceware.cygnus.com/ml/#faqs> | |
Sender: | cygwin-owner AT sourceware DOT cygnus DOT com |
Delivered-To: | mailing list cygwin AT sourceware DOT cygnus DOT com |
Message-ID: | <37B8CBB1.B5773755@comco.com> |
Date: | Mon, 16 Aug 1999 21:40:49 -0500 |
From: | Tadeusz Liszka <tad AT comco DOT com> |
Organization: | Computational Mechanics, Inc. |
X-Mailer: | Mozilla 4.07 [en] (X11; U; IRIX 5.3 IP22) |
MIME-Version: | 1.0 |
To: | Kevin Hill <kevin_hill AT bigfoot DOT com> |
CC: | cygwin AT sourceware DOT cygnus DOT com |
Subject: | Re: Make quoted strings problem running from cmd.exe... |
References: | <37B8BF1A DOT D6E06EA0 AT bigfoot DOT com> |
Kevin Hill wrote: > > Dear reader, > > I have Cygwin b20.1 (including make version 3.75) and NT4.0 sp4. I am > trying to use make from within the normal cmd.exe of NT, rather than > from within any of the cygwin shells. The problem I have ONLY happens > when I run from cmd.exe; it works find from within sh. ....... Don't blame it on make - it is cmd.exe doing. Once shell parses the inputline, make does what it can. cmd.exe is too stupid to properly interpret quotes "" like true shell. Write small code and test VC++ and Cygwin gcc and see what actually is processed by cmd/shell and what comes to your code. I suspect that cmd passes quotes, and nmake compensates for it. It is consistent with DOS/NT/Win32 philosophy where each program is responsible for interpreting *.*, and cmd.exe simply passes them down. -- Tadeusz :: The public opinion should be alarmed by its own nonexistence :: (512)467-0618 ext. 526 :: Stanislaw J. Lec, trans. TJL -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |