gcc -c apkopo avota failus bez saistīšanas.
$ gcc -c [options] [source files]
Rakstiet avota failu myfile.c :
// myfile.c
#include <stdio.h/
void main()
{
printf("Program run\n");
}
Apkopojiet myfile.c :
$ gcc -c myfile.c
Šis apkopojums radīja objekta failu myfile.o .
Advertising