我已经用自制软件安装了gcc 6.2.0,它位于
/usr/local/Cellar/gcc6
我也编辑了我的路径,所以当我写
时which gcc
答案是
/usr/local/Cellar/gcc6/6.2.0/bin/gcc
当我想知道当前使用的是哪个版本时,答案是:
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
Apple LLVM version 8.0.0 (clang-800.0.42.1)
Target: x86_64-apple-darwin16.1.0
Thread model: posix
InstalledDir:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
我不知道还能做什么。谢谢你的帮助。