带有 Fortran 的 Xcode
我正在尝试使用我制作的 makefile 在 Xcode 中编译一些 fortran 文件。问题是 Xcode 找不到 gfortran 编译器。我有它,因为如果我进入控制台并尝试从那里编译它效果很好。
你知道如何将 fortran 编译器添加到 Xcode 中吗?
提前致谢
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您应该使用 gfortran 编译器(适用于 Mac 的二进制文件可用 此处)以及 XCode gfortran 插件,可使用
You should use the gfortran compiler (binaries for Mac available here) along with the XCode gfortran plugin, available there.
Xcode gfortran 插件不适用于最新版本的 Xcode(我相信是 3.2)。
The Xcode gfortran plugin does not work with the latest version of Xcode (3.2 I believe).