2009年1月14日 星期三

Library in compiler time and execution time

Compilation time
static library
link with *.a file

dynamic library
link with *.so file


Execution time
static library
No need to link libraries

dynamic library
link to the specific libraries files *.so.X (Can use ldd to display the real libraries)

沒有留言: