製做共享庫

製做共享庫gcc

gcc -c -fPIC -o myfuns.o myfuns.c -I../includegc

gcc -shared -o libmyfuns.so myfuns.o

相關文章
相關標籤/搜索