Hacker News new | ask | show | jobs
by buss 5451 days ago
Are you saying that the gcc no longer ships with Xcode, or that it, for some reason, moved the gcc binary to a different directory (or both)?

If the gcc no longer comes with Xcode, how might one get gcc for OSX Lion?

1 comments

They just removed GCC 4.0.

GCC 4.2.1 is avaiable as /usr/bin/gcc-4.2, and /usr/bin/gcc is actually LLVM-GCC 4.2

I just installed xcode and I no longer have any versions of gcc in /usr/bin

edit: you actually have to run the xcode installer

You just saved me another few hours of figuring out wtf was going on. Thank you.

Apple, seriously? Is this what pro's can expect from the App Store? It's half assed at best.