[Vm-dev] Re: Xcode no longer includes gcc

Sean P. DeNigris sean at clipperadams.com
Wed Jan 11 01:16:42 UTC 2012


EstebanLM wrote
> 
> gcc is still there...
> 

Not with a fresh install of Xcode 4.2! See
http://ask.metafilter.com/200231/How-to-install-gcc-42-on-a-macbook-with-Xcode-42

I was able to get it and fix Xcode:
1) install via Mac Ports: "sudo port install apple-gcc42"
2) Follow http://stackoverflow.com/a/8593831/424245 to get it to appear in
Xcode, the last two steps will probably look like:
  a) sudo ln -s /opt/local/bin/gcc-apple-4.2 /Developer/usr/bin/gcc-4.2
  b) sudo ln -s /opt/local/bin/g++-apple-4.2 /Developer/usr/bin/g++-4.2

--
View this message in context: http://forum.world.st/Xcode-no-longer-includes-gcc-tp4283855p4284100.html
Sent from the Squeak VM mailing list archive at Nabble.com.


More information about the Vm-dev mailing list