libtool.xml 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  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. <sect1info condition="script">
  10. <productname>libtool</productname>
  11. <productnumber>&libtool-version;</productnumber>
  12. <address>&libtool-url;</address>
  13. </sect1info>
  14. <title>Libtool-&libtool-version;</title>
  15. <indexterm zone="ch-system-libtool">
  16. <primary sortas="a-Libtool">Libtool</primary>
  17. </indexterm>
  18. <sect2 role="package">
  19. <title/>
  20. <para>The Libtool package contains the GNU generic library support script.
  21. It wraps the complexity of using shared libraries in a consistent, portable
  22. interface.</para>
  23. <segmentedlist>
  24. <segtitle>&buildtime;</segtitle>
  25. <segtitle>&diskspace;</segtitle>
  26. <seglistitem>
  27. <seg>&libtool-ch6-sbu;</seg>
  28. <seg>&libtool-ch6-du;</seg>
  29. </seglistitem>
  30. </segmentedlist>
  31. </sect2>
  32. <sect2 role="installation">
  33. <title>Installation of Libtool</title>
  34. <para>Prepare Libtool for compilation:</para>
  35. <screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
  36. <para>Compile the package:</para>
  37. <screen><userinput remap="make">make</userinput></screen>
  38. <para>To test the results (about 3.0 SBU), issue:</para>
  39. <screen><userinput remap="test">make check</userinput></screen>
  40. <para>Install the package:</para>
  41. <screen><userinput remap="install">make install</userinput></screen>
  42. </sect2>
  43. <sect2 id="contents-libtool" role="content">
  44. <title>Contents of Libtool</title>
  45. <segmentedlist>
  46. <segtitle>Installed programs</segtitle>
  47. <segtitle>Installed libraries</segtitle>
  48. <segtitle>Installed directories</segtitle>
  49. <seglistitem>
  50. <seg>libtool and libtoolize</seg>
  51. <seg>libltdl.{a,so}</seg>
  52. <seg>/usr/include/libltdl, /usr/share/libtool</seg>
  53. </seglistitem>
  54. </segmentedlist>
  55. <variablelist>
  56. <bridgehead renderas="sect3">Short Descriptions</bridgehead>
  57. <?dbfo list-presentation="list"?>
  58. <?dbhtml list-presentation="table"?>
  59. <varlistentry id="libtool">
  60. <term><command>libtool</command></term>
  61. <listitem>
  62. <para>Provides generalized library-building support services</para>
  63. <indexterm zone="ch-system-libtool libtool">
  64. <primary sortas="b-libtool">libtool</primary>
  65. </indexterm>
  66. </listitem>
  67. </varlistentry>
  68. <varlistentry id="libtoolize">
  69. <term><command>libtoolize</command></term>
  70. <listitem>
  71. <para>Provides a standard way to add <command>libtool</command>
  72. support to a package</para>
  73. <indexterm zone="ch-system-libtool libtoolize">
  74. <primary sortas="b-libtoolize">libtoolize</primary>
  75. </indexterm>
  76. </listitem>
  77. </varlistentry>
  78. <varlistentry id="libltdl">
  79. <term><filename class="libraryfile">libltdl</filename></term>
  80. <listitem>
  81. <para>Hides the various difficulties of dlopening libraries</para>
  82. <indexterm zone="ch-system-libtool libltdl">
  83. <primary sortas="c-libltdl">libltdl</primary>
  84. </indexterm>
  85. </listitem>
  86. </varlistentry>
  87. </variablelist>
  88. </sect2>
  89. </sect1>