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
Does this (with appropriate -L's of course)
gcc -shared -o megalib.so foo.o bar.o -la_static_lib -lb_static_lib
Not do it?