6.26. Installing Libtool

6.26.1. Installation of Libtool

Install Libtool by running the following commands:


./configure --prefix=/usr &&
make &&
make install

6.26.2. Contents

The Libtool package contains the libtool and libtoolize programs. It also contains the ltdl library.

6.26.3. Description

6.26.3.1. libtool

Libtool provides generalized library-building support services.

6.26.3.2. libtoolize

libtoolize provides a standard way to add libtool support to your package.

6.26.3.3. ltdl library

Libtool provides a small library, called `libltdl', that aims at hiding the various difficulties of dlopening libraries from programmers.