you are viewing a single comment's thread
view the rest of the comments
[–] 4 points 2 years ago*

Dynamic linking let's you use an already packaged library that its source you don't touch.

Static linking means you have to show the source just in case you did some change.

  • source
  • parent