【发布时间】:2016-01-28 20:19:20
【问题描述】:
感谢 XCode,我已经在我的计算机上安装了 gcc 6.1.0 版:
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
Apple LLVM version 6.1.0 (clang-602.0.53) (based on LLVM 3.6.0svn)
Target: x86_64-apple-darwin15.0.0
Thread model: posix
但我需要安装 gcc 4.4.7 版,我尝试过诸如 brew install gcc447 之类的操作,但它总是说找不到包。有没有办法在 OSX 10.10 上安装 gcc 4.4.7 并让它以“gcc4”或类似别名运行,同时仍保持 XCode 6.1.0 版本?
【问题讨论】: