Skip to content
Prev 8990 / 15075 Next

GCC on Lion and above

On Apr 24, 2012, at 3:06 PM, Timothy Bates wrote:

            
That is wrong - you should never see gcc from /usr/local - that is some entirely different compiler (unless you're experimenting with non-Apple compilers but then you may as well just compile Fortran ..).
As Kasper pointed out, you may need to use gfortran-4.2 or create a symlink from gfortran to gfortran-4.2 (and probably use gcc-4.2 although either should work).

Cheers,
Simon