libtool.xml 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  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, 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. <seglistitem>
  49. <seg>libtool and libtoolize</seg>
  50. <seg>libltdl.{a,so}</seg>
  51. </seglistitem>
  52. </segmentedlist>
  53. <variablelist>
  54. <bridgehead renderas="sect3">Short Descriptions</bridgehead>
  55. <?dbfo list-presentation="list"?>
  56. <?dbhtml list-presentation="table"?>
  57. <varlistentry id="libtool">
  58. <term><command>libtool</command></term>
  59. <listitem>
  60. <para>Provides generalized library-building support services</para>
  61. <indexterm zone="ch-system-libtool libtool">
  62. <primary sortas="b-libtool">libtool</primary>
  63. </indexterm>
  64. </listitem>
  65. </varlistentry>
  66. <varlistentry id="libtoolize">
  67. <term><command>libtoolize</command></term>
  68. <listitem>
  69. <para>Provides a standard way to add <command>libtool</command>
  70. support to a package</para>
  71. <indexterm zone="ch-system-libtool libtoolize">
  72. <primary sortas="b-libtoolize">libtoolize</primary>
  73. </indexterm>
  74. </listitem>
  75. </varlistentry>
  76. <varlistentry id="libltdl">
  77. <term><filename class="libraryfile">libltdl</filename></term>
  78. <listitem>
  79. <para>Hides the various difficulties of dlopening libraries</para>
  80. <indexterm zone="ch-system-libtool libltdl">
  81. <primary sortas="c-libltdl">libltdl</primary>
  82. </indexterm>
  83. </listitem>
  84. </varlistentry>
  85. </variablelist>
  86. </sect2>
  87. </sect1>