MacOSX MountainLionで、ターミナルからgccを使えるようにする手順です。Xcodeをインストールしただけでは、gccは使えるようにならないので、注意が必要です。
% gcc -v Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1 Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn) Target: x86_64-apple-darwin12.5.0 Thread model: posix