On 18/08/2011 10:33 AM, Corinna Vinschen wrote:
If I try that with Yaakov's 4.5.3 cross compilers, then __STRICT_ANSI__
is not defined with -std=c__0x, unless I also specify `-ansi' on the
command line.  However, there's a weird warning:

   $ i686-pc-cygwin-g++ -std=c++0x -dM -E -<  /dev/null | grep ANSI
   cc1: warning: command line option "-std=c++0x" is valid for C++/ObjC++ but 
not for C

Well, sure, that's why I called g++, not gcc...
That's just because you read from /dev/null, so it couldn't infer which language the input file was. Try it with -x c++ ?

Ryan


--
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

Reply via email to