I have recently become frustrated with the new clang compiler included with Xcode 5. I was wondering what the best way to install GNU GCC on OS X would be.
Things to
Homebrew now has the GCC package so you can install it with this command:
brew install gcc