我让 Xcode 4.1 preview 5 工作正常,但决定通过 App Store 升级到最终的 xcode 4.1。我先卸载了Xcode...
sudo /Developer/Library/uninstall-devtools –mode=all
然后通过应用商店安装 Xcode 并重新启动。
我也完全删除了 RVM,但是……现在每当我尝试安装一个 Ruby 版本时,它都会失败。在错误文件中我得到这个:
[2011-07-27 18:29:25] ./configure --prefix="/Users/holden/.rvm/usr"
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... config/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... no
checking for gcc... /usr/bin/gcc-4.2
checking whether the C compiler works... no
configure: error: in `/Users/holden/.rvm/src/yaml-0.1.4':
configure: error: C compiler cannot create executables
See `config.log' for more details
/usr/bin 目录中没有 gcc-4.2 或任何其他 gcc。
Xcode 怎么了?