How to handle dynamic and static libraries in Linux

Linux, in a way, is a series of static and dynamic libraries that depend on each other. For new users of Linux-based systems, the whole handling of libraries can be a mystery. But with experience, the massive amount of shared code built into the operating system can be an advantage when writing new applications.read more

Source: LXer – How to handle dynamic and static libraries in Linux