如何安装gcc时,使用Xcode消息来“包不信任”? 我安装了brew install gcc,它安装了gcc,但我无法使用它:
brew install gcc
Warning: gcc-4.9.2_1 already installed
$ gcc-4.9.2 -o hello.o hello.c
-bash: gcc-4.9.2: command not found
$ gcc-4.9.2_1 -o hello.o hello.c
-bash: gcc-4.9.2_1: command not found
bidu:~ bidu$ whereis gcc
bidu:~ bidu$ whereis make
欢迎任何帮助。
答案 0 :(得分:0)
您需要安装命令行工具。
>>> xcode-select --install
请参阅http://osxdaily.com/2014/02/12/install-command-line-tools-mac-os-x/
答案 1 :(得分:0)
https://developer.apple.com/downloads/index.action# 然后我安装了我的mac版本的命令行工具作为dmg。
这很有用。