libtool.xml 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
  3. <!ENTITY % general-entities SYSTEM "../general.ent">
  4. %general-entities;
  5. ]>
  6. <sect1 id="ch-system-libtool" xreflabel="Libtool">
  7. <title>Libtool-&libtool-version;</title>
  8. <?dbhtml filename="libtool.html"?>
  9. <indexterm zone="ch-system-libtool"><primary sortas="a-Libtool">Libtool</primary></indexterm>
  10. <para>The Libtool package contains the GNU generic library support script.
  11. It wraps the complexity of using shared libraries in a consistent, portable
  12. interface.</para>
  13. <screen>&buildtime; 1.5 SBU
  14. &diskspace; 20 MB</screen>
  15. <para>Libtool installation depends on: Bash, Binutils, Coreutils, Diffutils,
  16. GCC, Glibc, Grep, Make, Sed.</para>
  17. <sect2>
  18. <title>Installation of Libtool</title>
  19. <para>Prepare Libtool for compilation:</para>
  20. <screen><userinput>./configure --prefix=/usr</userinput></screen>
  21. <para>Compile the package:</para>
  22. <screen><userinput>make</userinput></screen>
  23. <para>To test the results, issue:
  24. <userinput>make check</userinput>.</para>
  25. <para>Install the package:</para>
  26. <screen><userinput>make install</userinput></screen>
  27. </sect2>
  28. <sect2 id="contents-libtool"><title>Contents of Libtool</title>
  29. <para><emphasis>Installed programs</emphasis>: libtool and libtoolize</para>
  30. <para><emphasis>Installed libraries</emphasis>: libltdl.[a,so].</para>
  31. </sect2>
  32. <sect2><title>Short descriptions</title>
  33. <indexterm zone="ch-system-libtool libtool"><primary sortas="b-libtool">libtool</primary></indexterm>
  34. <para id="libtool"><command>libtool</command> provides generalized library-building
  35. support services.</para>
  36. <indexterm zone="ch-system-libtool libtoolize"><primary sortas="b-libtoolize">libtoolize</primary></indexterm>
  37. <para id="libtoolize"><command>libtoolize</command> provides a standard way to add
  38. libtool support to a package.</para>
  39. <indexterm zone="ch-system-libtool libltdl"><primary sortas="c-libltdl">libltdl</primary></indexterm>
  40. <para id="libltdl"><command>libltdl</command> hides the various difficulties of
  41. dlopening libraries.</para>
  42. </sect2>
  43. </sect1>