1 <sect1 id="ch-system-libtool" xreflabel="Libtool">
2 <title>Installing Libtool-&libtool-version;</title>
3 <?dbhtml filename="libtool.html" dir="chapter06"?>
5 <para>The Libtool package contains the GNU generic library support script.
6 It wraps the complexity of using shared libraries in a consistent, portable
9 <screen>&buildtime; &libtool-time;
10 &diskspace; &libtool-compsize;</screen>
15 <sect2><title> </title><para> </para></sect2>
18 <title>Installation of Libtool</title>
20 <para>Prepare Libtool for compilation:</para>
22 <screen><userinput>./configure --prefix=/usr</userinput></screen>
24 <para>Compile the package:</para>
26 <screen><userinput>make</userinput></screen>
28 <para>This package has a test suite available which can perform a number of
29 checks to ensure it built correctly. Should you choose to run it, the
30 following command will do so:</para>
32 <screen><userinput>make check</userinput></screen>
34 <para>And install the package:</para>
36 <screen><userinput>make install</userinput></screen>
40 &aa-libtool-shortdesc;