Xcode 中的 fortran
如何使用 XCode 3.2 for OSX 在 Fortran 中进行编程?
我尝试使用这个 gfortran 插件
http://www.macresearch.org/xcode_gfortran_plugin_update
但不为我工作
how I can programming in fortran with XCode 3.2 for OSX?
I try with this plugin for gfortran
http://www.macresearch.org/xcode_gfortran_plugin_update
but don't work for me
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我建议不要使用 Xcode。由于 Xcode 不是为 Fortran 设计的,因此将其用作 IDE 并没有显着的优势。我建议使用 Textmate。
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.
我使用 gfortran 进行编译。您还可以找到其他编译器,例如 g95。对于 Fortran 文本编辑,我在命令行模式下使用 Smultron 或“vi”。干杯
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