AFAIK, linux does not use .lib files. Static libraries are .a, shared libraries are .so. .la are files used by libtools. See this stackoverflow post.