fortran in Xcode
how I can programming in fortran with XCode 3.2 for 开发者_StackOverflow中文版OSX?
I try with this plugin for gfortran
http://www.macresearch.org/xcode_gfortran_plugin_update but don't work for meI'd suggest not using Xcode. Because Xcode was not designed for Fortran, there are no significant advantages in using it as an IDE. I'd suggest using Textmate.
I use gfortran for compiling. You can find other compilers out there too, like g95. For text editing Fortran, I use Smultron, or "vi" in the command line mode. CHEERS
精彩评论