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 が になかったので、StackOverflow で解決策を検索しました/usr/bin
。そこで、XCode を開き、コマンド ライン ツールをインストールしました。GCC は /usr/bin にありましたが、同じエラーが発生し続けます。
何か案は?