I have some Questions on linking libraries.
How does the Linker decide, if a library I want to link is linked static or dynamic? Is it decided by the file extention (.a/.so)?
Is it possible, to dynamically link a .a library?
Is it possible to convert a .a library into a .so library without having the sources?