The final goal is quite complicated, I'll try to explain as much as possible:
There is the libA.so
file and the libB.so
file, both are required to use the code of my own libC
library, which I would like to compile to be static (.a)
I would like to compile this library and already include in it the dependencies, and are they dynamic?