在iOS中编译命令行应用程序的错误

时间:2017-05-01 09:17:27

标签: ios gcc command-line compilation cydia

我已经安装了GNU C编译器,libgcc(来自Radare存储库),automake,make,以及可能还有其他一些我忘记的软件包,试图在我的第四个上编译一些常见的命令行应用程序 - 一代iPod Touch。我的成功率为零。

无论我尝试构建什么,我通常会遇到“C编译器无法创建可执行文件”的错误,如下面的摘录中所示:

checking build system type... arm-apple-darwin13.0.0
checking host system type... arm-apple-darwin13.0.0
checking target system type... arm-apple-darwin13.0.0
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for gcc... gcc
checking whether the C compiler works... no
configure: error: in `/var/root/htop-2.0.2':
configure: error: C compiler cannot create executables
See `config.log' for more details

您可以在此处查看config.log。我认为问题与“ld:找不到-lSystem的库”有关,但我不完全确定如何解决这个问题。无论我尝试编译什么,我都会得到相同或类似的错误。

0 个答案:

没有答案