If the library file you wish to link against has a name ending in .so then it is a dynamic library, not a static library which would end in .a. If both dynamic and static versions of the library exists, then the linker will usually take the dynamic library by default.
Bookmarks