我的一位朋友问我是否可以将Octave项目移植到iPhone上。我以前没有为iPhone项目编译外部包,所以我下载了源代码,然后使用了几个不同网站(one,two)上的一些脚本来尝试建立图书馆。但是,当我尝试这些脚本中的任何一个(几乎相同)时,它们最终会在configure
阶段死亡,并出现以下错误输出:
[...snip checks...]
checking whether we are using the GNU Fortran 77 compiler... no
checking whether accepts -g... no
checking how to get verbose linking output from ... configure: WARNING: compilation failed
checking for Fortran 77 libraries of ... rm: conftest.dSYM: is a directory
checking for dummy main to link with Fortran 77 libraries... rm: conftest.dSYM: is a directory
none
checking for Fortran 77 name-mangling scheme... configure: error: cannot compile a simple Fortran program
See `config.log' for more details.
问题是iPhone SDK / Xcode不包含Fortran交叉编译器,还是我做错了什么?