What is true for a static library but not a dynamic one?
Sourcecode (.cpp files) needed during compiletime.
May run faster than the other.
May compile faster than the other one.
Must be linked using -l<libname>
-l<libname>