Only the newest, released Xcode is exclusively available from the Mac App Store. No Apple products are ever released through package managers (e.g. homebrew, macports, etc.), or non-Apple servers. Xcode 9, and its corresponding Command Line tools require Sierra 10.12.6 or later.
Install gcc to mac via Terminal. Ask Question Asked 6 years, 2 months ago. I am at a loss and do not know how to proceed to successfully install gcc on my Mac (which is running Mac OS X 10.9.1). You can then run gcc with the full path to the binaries.
Latest Xcode and Command Line tools for El Capitan:
- Xcode 8.2.1
- Command Line Tools (macOS 10.11) for Xcode 8.2 (Dec. 11, 2016)
You appear to have these items installed.
Gcc Add Library Path
These are available through either a free, or paid developer account. You need to allow Xcode to install optional components when you run it, and encounter the related dialog. The above bulleted items are what I have installed.
Optional documentation installation is available via Xcode : Preferences.
I have Xcode 8.2.1 installed.
Gcc Library Path Mac Os
xcode-select --version : 2343
xcode-select -p : /Applications/Xcode.app/Contents/Developer
gcc --version: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/ usr/bin
clang --version: same location