我正在尝试在我的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++