Ovviamente l'installazione di gcc dal sorgente richiederà un compilatore per crearlo; è possibile installare gcc senza Xcode?
Puoi trovare diverse versioni di gcc per diversi gusti di OS X qui: HPC Mac OS X .
Download my binaries, and
cd
to the download folder. Thengunzip gcc-5.3-bin.tar.gz
(if your browser didn't do so already) and thensudo tar -xvf gcc-5.3-bin.tar -C /
. It installs everything in /usr/local. You can invoke the Fortran 95 compiler by simply typing gfortran.[To compile other sources...] you will also need to have Apple's XCode Tools installed from the Mac App Store. With XCode 4 or better you will need to download the command-line tools as an additional step. You will find the option to download the command-line tools in XCode's Preferences. On 10.9 Mavericks or higher, you can get the command-line tools by simply typing xcode-select --install.
Aggiunta tra parentesi quadre da me ...
Visita anche Scambio pila sicurezza informazioni e cerca le domande sui rischi per la sicurezza associati ai compilatori precompilati da fonti "sconosciute".