tags:

views:

162

answers:

1

Hi how can I use the latest version of gcc installed from MacPorts in Xcode?

+2  A: 

I don't think you can (easily). There are big differences between the Apple gcc compilers and mainline gcc. Perhaps if you explained why you think you need to use gcc 4.4 then there might be a better answer.

Paul R
Becasue I want to use c++0X features
Yogi
Probably the easiest thing would be to run a Linux distribution in a VM under VMware Fusion or Parallels and then use that to play with gcc 4.4. Ceratainly a lot easier than trying to build and integrate gcc 4.4 with Xcode.
Paul R