Maybe a stupid title, but I was not creative enough to find a better one. My Problem: I have a dynamic library that contains my core library and a guy library FoxToolkit So the *.so file contains, as sampl, mycorelib.a and foxtoolkit.a I have now removed all depencies to foxtoolkit.a from mycorelib.a and so foxtoolkit is obsolete. So I just need the mycorelib.a as a dynamic library mycorelib.so
What is needed, maybe a commandline for gcc, to make the .a to .so?