Ho già installato xcode su OSX Yosemite. Ho anche eseguito e accettato termini e condizioni.
Posso anche fare gcc --version
e vedo
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
Apple LLVM version 7.0.0 (clang-700.1.76)
Target: x86_64-apple-darwin14.5.0
Thread model: posix
Ora se lo faccio
wget http://apache.mirrors.pair.com//httpd/httpd-2.4.17.tar.bz2
brew install pcre
tar zxvf httpd-2.4.17.tar.bz2
cd httpd-2.4.17
./configure
L'errore che ottengo è
Configure:
configure: Configuring Apache Portable Runtime Utility library...
configure:
checking for APR-util... yes
checking for gcc... /Applications/Xcode.app/Contents/Developer/Toolchains/OSX10.10.xctoolchain/usr/bin/cc
checking whether the C compiler works... no
configure: error: in '/Users/abhi/Downloads/httpd-2.4.17':
configure: error: C compiler cannot create executables
See 'config.log' for more details
Perché il compilatore C non può creare un eseguibile? Ti ho mostrato che il compilatore C è installato correttamente sulla mia macchina.