到目前为止,我只为iOS 32位构建了libxml2-2.9.2和以前的版本。 我用来调用配置脚本的命令是:
./configure --with-debug=no --host=arm-apple-darwin12.5.0 --with-iconv=no --with-zlib=no
这很好用。
现在为64位架构构建它我正在传递:
./configure --with-debug=no --host=arm64-apple-darwin12.5.0 --with-iconv=no --with-zlib=no
这就是打印出以下错误:
checking build system type... x86_64-apple-darwin12.5.0 checking host system type... Invalid configuration `arm64-apple-darwin12.5.0': machine `arm64-apple' not recognized configure: error: /bin/sh ./config.sub arm64-apple-darwin12.5.0 failed
你知道如何解决这个问题吗? 提前谢谢。