【发布时间】:2016-09-23 02:55:50
【问题描述】:
我正在尝试在我的 Mac 上编译 curl 源代码,在运行 makefile 之前我确实运行了配置:
./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++
【问题讨论】:
标签: c++ curl makefile clang configure