C语言编译动态链接库

C语言编译动态链接库:

  gcc test.c -fPIC -shared -o libtest.so

原文地址:https://www.cnblogs.com/live-program/p/11064737.html