Showing posts with label static and dynamic library. Show all posts
Showing posts with label static and dynamic library. Show all posts

Difference between a static library and a dynamic library?--Unix

Static library is linked into the executable, while a dynamic library (or shared object) is loaded while the executable has started.