Anatomy of Linux Dynamic Libraries
Printer-friendly version
Dynamically linked shared libraries are an important aspect of GNU/Linux®. They allow executables to dynamically access external functionality at run time and thereby reduce their overall memory footprint (by bringing functionality in when it's needed). This article investigates the process of creating and using dynamic libraries, provides details on the various tools for exploring them, and explores how these libraries work under the hood.
External Article Link:
Submitted developerWorks on Wed, 08/27/2008 - 15:19.
[Login or register to post comments | 280 reads | Feed: Digg / Linux/Unix | Original article | Printer-friendly version | ]


