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 file, but I really need it to be a single .so
shared library file.
Is there any way to convert a static .a
file into a shared .so
file? Or more generally is there a good way to combine a huge number of static .a
files with a few .o
object files into a single .so
file?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…