The LinuxDig.Com Linux Dictionary is currently in Beta. You can help, email Comments or Suggestions here.
Number of Terms : 8142 Number of Definitions : 9135
shared library1. A library where the linker leaves a note in the output that says "when this is run, it will first have to load this library". Shared libraries tend to make for smaller executables than static library. On Linux they have names like libname.so.x.y.z From Linux Guide @FirstLinux |
|
|