|
The library pre x column indicates how the names of the libraries are resolved and created. For example, under linux, the library name will alwaus have the lib pre x when it is created. So if you create a library called mylib, under linux, this will result in the libmylib.so. Furthermore, when importing routines from shared libraries, it is not necessary to give the library pre x or the lename extension.
In the following sections we discuss how to create a library, and how to use these libraries in programs.