Re: Understanding the new compiler options
Re: Understanding the new compiler options
- Subject: Re: Understanding the new compiler options
- From: Jean-Daniel Dupas <email@hidden>
- Date: Thu, 3 Sep 2009 16:36:39 +0200
Le 3 sept. 2009 à 16:26, Nick Nallick a écrit :
I'm having trouble finding information on the recommended compiler
to use in various situations. I use combinations of C, C++, Obj-C
and Obj-C++ and target both PPC and Intel. I note that Clang
doesn't fully support C++, although I've successfully built a large
mixed language project with it and it seems to run on both Intel and
PPC (although I haven't tested it thoroughly, nor on any OS earlier
than Leopard). Does Clang complain about C++ it doesn't support or
does it fail silently?
clang is not able to compile C++ at all (or may very simple C++
project that don't use STL, templates, et other C++ features), and so
it silently invokes gcc instead.
For OS version limitation, I don't have an answer.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden