Enter terminal
xcodebuild -find make xcodebuild -find gcc xcodebuild -find g++ xcodebuild -find clang xcodebuild -find clang++
Each command prints the full path to the corresponding tool. These are the ones used by Xcode.
You can also install Xcode command line tools that will host tools and libraries at standard Unix locations ( /usr/bin , /usr/include , etc.) if you just want to type make or gcc without any path. Please note that these tools will not be related to the fact that the Xcode application uses and may have different versions.
hamstergene
source share