I have install g++-4.5, as I'm interested in the C++0x stuff (done by sudo port install gcc45
). Now I've made sure it's my default compiler (using gcc_select
) and all of my Makefile projects do just fine compiling with 4.5.
Now I'm starting a project in xCode 4. How do I get the same C++0x features from within xCode, a.k.a. tell xCode to use g++-4.5?