To create a dynamic library in Linux, simply type the following command: gcc *. c -c -fPIC and hit return . This command essentially generates one object file .o for each source file .
How do I create a dynamic library?
To create a dynamic library in Linux, simply type the following command: gcc *. c -c -fPIC and hit return . This command essentially generates one object file .o for each source file .