Is it possible to convert a shared library (someLib.so) to a static library? (someLib.a)
YES if you have the source code of the shared library.
NO if you don't have the source code of the shared library.