The first command generates an executable module by linking the programs.
第一个命令通过将程序链接在一起生成了一个可执行模块。
subd.o and sube.o. If the -o option is not used, the name of the executable module defaults to thrcob.out.
如果没有使用 -o 选项,那么可执行模块的名称默认为 thrcob.out。
The -o option applies to linking programs. It names thrcob as the executable module and generates it by linking thrcob.o.
o选项用于链接程序,它将thrcob指定为可执行模块,并通过将thrcob . o、subd . o和sube . o链接在一起生成该模块。
应用推荐