Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Lion、Mac OX X 10.7.5 和 Eclipse Juno 来尝试学习使用 C++ 进行编程。我使用 hello world 模板创建了一个新项目。当我尝试运行 hello world 程序时,出现了 3 个错误:
在 PATH 中找不到程序“make” 在 PATH 中找不到 程序“gcc” 在 PATH 中找不到 程序“g++”
我也下载了 Xcode。我选择了工具链 MACOSX GCC。
下载 Xcode 后,您还需要从 Xcode 中下载命令行工具包,它将安装必要的make程序和clang编译器。
make
clang
要下载它,请转到 Xcode >> Preferences >> 'Downloads Tab' 并安装Command line tools.
Command line tools