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
You can't do this if objects within static library was compiled without -fPIC or like.