First thing first, Wiki:
On Windows, SLL‘s file extension is .lib (or .a), DLL‘s file extension is .dll
On Linux, is .a and .so (shared object).
c++ about SLL(Static-Link Library) and DLL(Dynamic-Link Library)
原文:http://www.cnblogs.com/qrlozte/p/4116048.html