Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<h1>For users who can download from Apple a build of Xcode, but not the command line tools</h1> <p><a href="https://stackoverflow.com/a/6887202/38108">An accepted answer</a> to a comparable question suggests <a href="https://github.com/kennethreitz/osx-gcc-installer" rel="nofollow noreferrer">kennethreitz / osx-gcc-installer</a>. In that 'OSX GCC Installer' area, the first of two options is pre-built binaries — for Snow Leopard and for Lion, but not for Mountain Lion. Considering what's included, I should <strong>not</strong> recommend using that project's GCC-10.7-v2.pkg <em>after</em> installing version 4.4 of Xcode on any build of 10.8. </p> <p>The more relevant option is <strong>build your own</strong>, with reference to <a href="http://www.opensource.apple.com" rel="nofollow noreferrer">Apple open source</a> for Developer Tools. </p> <h2>Sources for GCC, compatibility with 10.8</h2> <p>Apple Open Source for the most recently published <a href="http://www.opensource.apple.com/release/developer-tools-43/" rel="nofollow noreferrer">Developer Tools 4.3</a> is without GCC. The source for GCC in the <a href="http://www.opensource.apple.com/release/developer-tools-41/" rel="nofollow noreferrer">4.1</a> area <strong>may be too old</strong> for use with 10.8. </p> <p><a href="http://gcc.gnu.org" rel="nofollow noreferrer">GCC home page</a> for the most recent release. </p> <p><a href="http://gcc.gnu.org/gcc-4.7/buildstat.html" rel="nofollow noreferrer">Build status for GCC 4.7</a> links to results for <strong>x86_64-apple-darwin10.8.0</strong> …</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload