【发布时间】:2012-11-15 18:03:51
【问题描述】:
我按照native目录下BUILDING.txt中的说明执行了
./configure --with-apxs=/usr/sbin/apxs
这是一些输出
building connector for "apache-2.0"
checking for gcc... /Applications/Xcode.app/Contents/Developer/Toolchains/OSX10.8.xctoolchain/usr/bin/cc
checking for C compiler default output file name... configure: error: C compiler cannot create executables
See `config.log' for more details.
由于 gcc 不在 /usr/bin 中,自然我在 StackOverflow 上搜索了解决方案。所以我打开了 XCode 并安装了命令行工具。 GCC 现在在 /usr/bin 中......但我不断收到同样的错误。
有什么想法吗?
【问题讨论】:
标签: macos apache osx-mountain-lion mod-jk