It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center。
已关闭8年。
有谁知道
例如,两者之间有什么区别
我知道第二个文件会生成一个
另外,
只是命名输出文件正确吗?
已关闭8年。
有谁知道
-c
标志在gcc
中做什么?例如,两者之间有什么区别
gcc -c output0.c
vs gcc output0.c
我知道第二个文件会生成一个
.a
文件,但我不知道什么是.a
文件。另外,
-o
在做什么gcc output0.o -o output0
只是命名输出文件正确吗?
最佳答案
可以在GCC Manual Page中找到更多内容