libtool.xml 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
  3. "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
  4. <!ENTITY % general-entities SYSTEM "../general.ent">
  5. %general-entities;
  6. ]>
  7. <sect1 id="ch-system-libtool" role="wrap">
  8. <?dbhtml filename="libtool.html"?>
  9. <title>Libtool-&libtool-version;</title>
  10. <indexterm zone="ch-system-libtool">
  11. <primary sortas="a-Libtool">Libtool</primary>
  12. </indexterm>
  13. <sect2 role="package">
  14. <title/>
  15. <para>The Libtool package contains the GNU generic library support script.
  16. It wraps the complexity of using shared libraries in a consistent, portable
  17. interface.</para>
  18. <segmentedlist>
  19. <segtitle>&buildtime;</segtitle>
  20. <segtitle>&diskspace;</segtitle>
  21. <seglistitem>
  22. <seg>&libtool-ch6-sbu;</seg>
  23. <seg>&libtool-ch6-du;</seg>
  24. </seglistitem>
  25. </segmentedlist>
  26. </sect2>
  27. <sect2 role="installation">
  28. <title>Installation of Libtool</title>
  29. <para>Prepare Libtool for compilation:</para>
  30. <screen><userinput>./configure --prefix=/usr</userinput></screen>
  31. <para>Compile the package:</para>
  32. <screen><userinput>make</userinput></screen>
  33. <para>To test the results, issue:
  34. <userinput>make check</userinput>.</para>
  35. <para>Install the package:</para>
  36. <screen><userinput>make install</userinput></screen>
  37. </sect2>
  38. <sect2 id="contents-libtool" role="content">
  39. <title>Contents of Libtool</title>
  40. <segmentedlist>
  41. <segtitle>Installed programs</segtitle>
  42. <segtitle>Installed libraries</segtitle>
  43. <seglistitem>
  44. <seg>libtool and libtoolize</seg>
  45. <seg>libltdl.{a,so}</seg>
  46. </seglistitem>
  47. </segmentedlist>
  48. <variablelist>
  49. <bridgehead renderas="sect3">Short Descriptions</bridgehead>
  50. <?dbfo list-presentation="list"?>
  51. <?dbhtml list-presentation="table"?>
  52. <varlistentry id="libtool">
  53. <term><command>libtool</command></term>
  54. <listitem>
  55. <para>Provides generalized library-building support services</para>
  56. <indexterm zone="ch-system-libtool libtool">
  57. <primary sortas="b-libtool">libtool</primary>
  58. </indexterm>
  59. </listitem>
  60. </varlistentry>
  61. <varlistentry id="libtoolize">
  62. <term><command>libtoolize</command></term>
  63. <listitem>
  64. <para>Provides a standard way to add <command>libtool</command>
  65. support to a package</para>
  66. <indexterm zone="ch-system-libtool libtoolize">
  67. <primary sortas="b-libtoolize">libtoolize</primary>
  68. </indexterm>
  69. </listitem>
  70. </varlistentry>
  71. <varlistentry id="libltdl">
  72. <term><filename class="libraryfile">libltdl</filename></term>
  73. <listitem>
  74. <para>Hides the various difficulties of dlopening libraries</para>
  75. <indexterm zone="ch-system-libtool libltdl">
  76. <primary sortas="c-libltdl">libltdl</primary>
  77. </indexterm>
  78. </listitem>
  79. </varlistentry>
  80. </variablelist>
  81. </sect2>
  82. </sect1>