I have a third-party library which consists mainly of a large number of static (.a) library files. I can compile this into a single .a library fil
.a
ar -x lib***.a gcc -shared *.o -o lib***.so