posted by Adam S on Tue 26th Aug 2008 21:12 UTC
IconDynamically 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. 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.
e p (1)    4 Comment(s)

Related Articles

posted by Thom Holwerda on Tue 25th Nov 2008 21:36, submitted by jmalasko
posted by Rahul on Thu 20th Nov 2008 04:31