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
static library1. A library where the code needed by the program modules are copied directly into the executable output file. On Linux, static libraries have names like libname.a. They make for larger executables than a shared library. From Linux Guide @FirstLinux |
|
|