tags:

views:

498

answers:

2
+1  Q: 

Xcode with fortran

Hi. I'm trying to compile some fortran files in Xcode, using a makefile made by me. The problem is that Xcode can't find gfortran compiler. I have it, because if I go to console and try to compile from there it works well.

Do you know how to add fortran compiler to Xcode.

Thanks in advance

+5  A: 

You should use the gfortran compiler (binaries for Mac available here) along with the XCode gfortran plugin, available there.

FX
+2  A: 

The Xcode gfortran plugin does not work with the latest version of Xcode (3.2 I believe).

MVX