Larry Hall (RFK Partners, Inc) wrote:
>AFAIK, -mno-cygwin only applies to C, not C++.
Not quite true. It would be more accurate to say "-mno-cygwin only WORKS
for C, not C++". It does apply it's "magic" (different include path, lib
paths) for g++.
However, as CGF noted in a separate response to the original posting,
>"Cygwin comes with a complete set of headers and libraries and it also
>includes fairly recent mingw headers and libraries, with the exception
of
>libstdc++.a."
Ergo, -mno-cygwin doesn't WORK for (most) C++ programs.
---
David Carter
[EMAIL PROTECTED]
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/