GCC生成.a靜態庫與.so動態庫

1.靜態庫:ar -rc libmyhello.a hello.o (或-cvr )編譯a.out時綁定了.a spa 2.動態庫:gcc -shared -fPCI -o libmyhello.so hello.o (-o不可少)編譯運行a.out後要連接對應的.so編譯  gcc -o hello main.c -L. -lmyhello gcc
相關文章
相關標籤/搜索