我的一个朋友问我是否可以将Octave项目移植到 iPhone。我之前没有为 iPhone 项目编译过外部包,所以我下载了源代码,然后使用在几个不同的网站(一、二)上找到的一些脚本来尝试构建库。但是,当我尝试这些脚本中的任何一个(几乎相同)时,它们最终会在该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 交叉编译器的问题,还是我做错了什么?