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

John McIntosh johnmci at smalltalkconsulting.com
Wed Jan 11 01:22:20 UTC 2012


At the Apple Developer conference in 2009 the nice Apple LLVM folks told
me, can we have a "small" code sample that shows the problem...
Fails on the old interpreter from that era, you should start with that, you
don't actually need to step "too much" in order to get it to die btw.

On Tue, Jan 10, 2012 at 8:16 PM, Sean P. DeNigris <sean at clipperadams.com>wrote:

>
>
> 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.
>



-- 
===========================================================================
John M. McIntosh <johnmci at smalltalkconsulting.com>
Corporate Smalltalk Consulting Ltd.  http://www.smalltalkconsulting.com
===========================================================================
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20120110/fc5e1d0e/attachment.htm


More information about the Vm-dev mailing list