I am also having some trouble with the latest version of Cygwin, which includes this patch.
See http://cygwin.com/ml/cygwin-patches/2014-q1/msg00017.html for example. I am having a related issue, with C++ code that parses the command line. The command line we support is something like - program_name arg1 -option1=val1 -option2=val2 ... You get the idea. Now, with the above mentioned Cygwin patch, we are seeing the input arguments arg1 "-option1=val1" "-option2=val2" ... If this were the extent of the issue, it would be no big deal to strip off the quotes. However, the user may have put quotes on the command line himself, which Cygwin now moves around. Such as: program_name arg1 -option1="file name with spaces in it" With the patch, is there any way to reliably tell what the user entered on the command line? -- 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