gcc -o hello hello.c 生成可执行文件
gcc -c hello.c 输出目标代码 hello.o
转载于:https://www.cnblogs.com/saihide/p/4506070.html