如何在配置中禁用“编译器不会停止函数原型不匹配”错误?

时间:2016-05-25 13:09:33

标签: c++ curl makefile clang configure

我正在尝试在我的mac上编译curl源,在运行makefile之前我确实运行了configure:

./configure --disable-shared --enable-static --disable-dependency-tracking --host=armv7-apple-darwin --disable-ldap

它给了:

configure: error: compiler does not halt on function prototype mismatch.

如何禁用它?我的编译器环境变量是:CC=/usr/bin/clang++

1 个答案:

答案 0 :(得分:0)

应用此patch并重试构建。也许,您希望排除有关configure.ac的部分或手动运行autoconf