This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Process argument passing problems


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]