在编译apache的时候,发现出现:
libtool: compile: unable to infer tagged configuration
libtool: compile: specify a tag with `--tag'
经过尝试,发现是分布式编译器distcc造成的困惑,解决办法,恢复CC以及CXX宏即可。
网上有说在libtool后加入--tag=CC
选项,其实还是CC环境变量的问题
参考:
http://www.metastatic.org/text/libtool.html
http://stackoverflow.com/questions/14250130/building-apache-on-mountain-lion-libtool-problems