6.24.2. Libtool 的内容
安装的程序: libtool and libtoolize
安装的库: libltdl.{a,so}
GNU libtool 是一个通用库支持脚本,将使用动态库的复杂性隐藏在统一的、可移植的接口中。
为编译 Libtool 做准备:
./configure --prefix=/usr
编译软件包:
make
要测试结果(大概 3.0 SBU),请运行:
make check
安装软件包:
make install