Shared Object: A library that is automatically linked into a program when the program starts, and exists as a standalone file . The library is included in the linking list at compile time (ie: LDOPTS+=-lmylib for a library file named mylib.so ).
Shared Object: A library that is automatically linked into a program when the program starts, and exists as a standalone file . The library is included in the linking list at compile time (ie: LDOPTS+=-lmylib for a library file named mylib.so ).