GNU libtool 2.4.6 发布,通用库支持脚本
阿里百川梦想创业大赛,500万创投寻找最赞的APP
GNU libtool 2.4.6 发布,此版本现已提供下载:libtool-2.4.6.tar.gz。
值得关注的更新内容如下:
** 新特性
- LT_SYS_LIBRARY_PATH can be set in config.site, or at configure time
and persists correctly in the generated libtool script.
** Bug 修复:
- Fix a race condition in ltdl dryrun test that would cause spurious
random failures of that test.
- LT_SYS_DLSEARCH_PATH is munged correctly.
更多更新内容请看下载查看 Changelog。
libtool 是一个通用库支持脚本,将使用动态库的复杂性隐藏在统一、可移植的接口中,也就是说,你可以通过如下所示的标准方法,在不同平台上创建并调用动态库,我们 可以认为libtool是gcc的一个抽象,也就是说,它包装了gcc或者其他的任何编译器,用户无需知道细节,只要告诉libtool说我需要要编译哪些库即可,并且,它只与libtool文件打交道,例如lo、la为后缀的文件。