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.
我只是将我的 iMac 计算机更新到 Mac Os x 10.9,但是当我打开终端并使用 gcc 编译我的 c 或 c++ 文件时,它不起作用。当我编写这样的简单代码时
#include<stdio.h> int main(){ printf("hello"); return 0; }
并gcc -o hello hello.c编译它,它只是说
gcc -o hello hello.c
“stdio.h:没有这样的文件或目录”
安装 XCode 命令行工具。