libtool.xml 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <sect1 id="ch-system-libtool" xreflabel="Libtool">
  2. <title>Installing Libtool-&libtool-version;</title>
  3. <?dbhtml filename="libtool.html" dir="chapter06"?>
  4. <para>The Libtool package contains the GNU generic library support script.
  5. It wraps the complexity of using shared libraries in a consistent, portable
  6. interface.</para>
  7. <screen>&buildtime; &libtool-time;
  8. &diskspace; &libtool-compsize;</screen>
  9. &aa-libtool-down;
  10. &aa-libtool-dep;
  11. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  12. <sect2>
  13. <title>Installation of Libtool</title>
  14. <para>Prepare Libtool for compilation:</para>
  15. <screen><userinput>./configure --prefix=/usr</userinput></screen>
  16. <para>Compile the package:</para>
  17. <screen><userinput>make</userinput></screen>
  18. <para>This package has a test suite available which can perform a number of
  19. checks to ensure it built correctly. Should you choose to run it, the
  20. following command will do so:</para>
  21. <screen><userinput>make check</userinput></screen>
  22. <para>And install the package:</para>
  23. <screen><userinput>make install</userinput></screen>
  24. </sect2>
  25. &aa-libtool-shortdesc;
  26. &aa-libtool-desc;
  27. </sect1>