Mac之Linker

 1、static linker

  static linker is used to compose object file into final file.

 2、dynamic linker

  dynamic linker used to load shared library that the programe based on.

相关文章: