10.24. Libtool-1.5.22 N32 Libraries

The Libtool package contains the GNU generic library support script. It wraps the complexity of using shared libraries in a consistent, portable interface.

10.24.1. Installation of Libtool

Prepare Libtool for compilation:

CC="gcc ${BUILDN32}" ./configure --prefix=/usr \
   --libdir=/usr/lib32

Compile the package:

make

To test the results, issue: make check.

Install the package:

make install

Details on this package are located in Section 10.25.2, “Contents of Libtool.”