2
The final goal is very complicated, I will try to explain as much as possible :
There is the file libA.so
and the file libB.so
, both are required to use my own library code libC
, which I would like to compile to be static (.a)
It would be possible for me to compile this library and already include the dependencies in it, since they are dynamic ?
OK thanks .... it seems that unfortunately that’s right
– Rodrigo Santiago
If you share more details of your problem in another question we can try to help you.
– Fernando Silveira
I will try to explain the whole problem in another question
– Rodrigo Santiago