When some binary executables are compiled, it needs to be linked to the system libraries to be able to execute. Dynamic linking means that the libraries are not part of the executables, and need to be present for the executable to work. They are dependant on certain libraries such as the standard C libraries. See also statically linked.

Log in or register to write something here or to contact authors.