علم الخيار المشترك لدول مجلس التعاون الخليجي

تنشئ gcc -shared ملف كائن مشترك للمكتبة المشتركة.

بناء الجملة

$ gcc -shared [options] [source files] [object files] [-o output file]

مثال؟؟؟

myfile.c :

// myfile.c
#include <stdio.h/

int main()
{
    printf("Program run!\n");
    int i=10;
}

 

البناء المنتظم لـ myfile.c لا يعطي رسائل:

$ gcc myfile.c -o myfile
$

 

بناء myfile.c مع الجدار :

$ gcc -Wall myfile.c -o myfile
myfile.c In function 'main':
myfile.c:6:6: warning: unused variable 'i'
myfile.c:7:1: warning: control reaches end of non-void function
$

 


أنظر أيضا

Advertising

دول مجلس التعاون الخليجي
جداول سريعة