The dynamic linker can check for a matching version number. If the library has changed, the version number won't match, and the program won't be linked to the newer version of library.
如果更改程序库,那么版本号就会不匹配,程序也就不会被链接到较 新版本的程序库。
The dynamic linker can check for a matching version number. If the library has changed, the version number won't match, and the program won't be linked to the newer version of library.
如果更改程序库,那么版本号就会不匹配,程序也就不会被链接到较 新版本的程序库。
应用推荐