我意识到在 Xcode 4.2 中新的基于 LLVM 的 gcc 存在一长串问题。
rvm get head
所以我试着rvm install apple-gcc42
安装很顺利,但brew link apple-gcc42
由于以下原因我无法安装:
Error: Could not symlink file: /usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/i686-apple-darwin11-gfortran-4.2.1
Target /usr/local/bin/i686-apple-darwin11-gfortran-4.2.1 already exists. You may need to delete it.
To force the link and delete this file, do:
brew link --overwrite formula_name
To list all files that would be deleted:
brew link --overwrite --dry-run formula_name
我不确定我是否应该brew link --overwrite apple-gcc42
在这里尝试。没有关于该"Target /usr/local/bin/i686-apple-darwin11-gfortran-4.2.1 already exists"
错误的参考。任何人都可以提供一些想法?
我担心的是它是否会影响与 Xcode 4.2 相关的任何内容。