Sweet bbq ribs... this is a cool way to find your libstdc++ headers...

'gcc -v -x c++ /dev/null -fsyntax-only'  -  which will get the path for you
and other things.

So...

Further on Cygwin ! ... I'm past the limits.h and standard C++ headers by
pointing Clang on Cygwin specifically to my libstdc++ header path (found by
using above) with this:

Thad@Thad-Windows ~ $ clang test_me.c -isystem
/usr/lib/gcc/i686-pc-cygwin/4.7.2/include/*

But now another complaint is shown ...help ? ->>
http://pastebin.mozilla.org/2347844

-- 
-Thad
http://www.freebase.com/view/en/thad_guidry
_______________________________________________
Rust-dev mailing list
[email protected]
https://mail.mozilla.org/listinfo/rust-dev

Reply via email to