Types Two general types of library: Static / Shared Extensions Extension of Static Library in Linux: .a (archive), .la (libtool archive) Extension of Shared Library in Linux: .so (shared object) * .la files are static libraries used by the GNU "libtools" package * the libtool control file name (.la suffix) differs from the standard library name (.a suffix) * .lo file is the libtool object, which..