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.

No comments:

Post a Comment

comment on this post

Note: Only a member of this blog may post a comment.