Xcode with fortran
Posted
by fraguas
on Stack Overflow
See other posts from Stack Overflow
or by fraguas
Published on 2009-12-11T13:46:59Z
Indexed on
2010/05/20
15:00 UTC
Read the original article
Hit count: 308
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
© Stack Overflow or respective owner