开发者

fortran in Xcode

开发者 https://www.devze.com 2023-03-04 19:54 出处:网络
how I can programming in fortran with XCode 3.2 for 开发者_StackOverflow中文版OSX? I try with this plugin for gfortran

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 me


I'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

0

精彩评论

暂无评论...
验证码 换一张
取 消