public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Process argument passing problems
@ 2019-06-21 15:19 reiter.christoph
  2019-06-21 20:15 ` Hans-Bernhard Bröker
  2019-06-22  8:41 ` reiter.christoph
  0 siblings, 2 replies; 6+ messages in thread
From: reiter.christoph @ 2019-06-21 15:19 UTC (permalink / raw)
  To: cygwin

Hey everyone,

I have to following problem (using cmd.exe):

C:\cygwin64\home\xy>C:\cygwin64\bin\echo.exe -DFOO=\"BAR\" -DBAR=\"FOO\"
-DFOO=\BAR" -DBAR="FOO"

I would have expected:

-DFOO="BAR" -DBAR="FOO"

Context: I'm executing various cygwin programs through (native) Python and
passing C macros to gcc like 'gcc -DFOO=\"BAR\"' fails because of this.

More background: https://github.com/msys2/MINGW-packages/issues/3548


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-06-22  8:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-21 15:19 Process argument passing problems reiter.christoph
2019-06-21 20:15 ` Hans-Bernhard Bröker
2019-06-21 21:13   ` Brian Inglis
2019-06-22  7:15     ` reiter.christoph
2019-06-22  7:09   ` reiter.christoph
2019-06-22  8:41 ` reiter.christoph

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).