Linked by Adam S on Tue 26th Aug 2008 21:12 UTC
Linux 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. 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.
Thread beginning with comment 328099
To read all comments associated with this story, please click here.
Nice Article
by StychoKiller on Wed 27th Aug 2008 03:59 UTC
StychoKiller
Member since:
2005-09-20

I really appreciate articles such as this, since I don't have the shelf-space (or the funds!) to build a comprehensive library on how to program in Linux