摘要: 1.切换到用户 sudo passwd root su 2.GCC使用 gcc -E hello.c -o hello.i 预编译 gcc -c hello.i -o hello.o 编译 gcc hello.o -o hello 链接 gcc hello.c -o hello 一步编译 gcc f 阅读全文
posted @ 2016-09-05 15:02 Ox9A82 阅读(907) 评论(0) 推荐(0)