libtool.xml 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  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 11.0 SBU), issue:</para>
  39. <screen><userinput remap="test">make check</userinput></screen>
  40. <para>Five tests are known to fail in the LFS build environment due
  41. to a circular dependency, but all tests pass if rechecked after
  42. automake is installed.</para>
  43. <para>Install the package:</para>
  44. <screen><userinput remap="install">make install</userinput></screen>
  45. </sect2>
  46. <sect2 id="contents-libtool" role="content">
  47. <title>Contents of Libtool</title>
  48. <segmentedlist>
  49. <segtitle>Installed programs</segtitle>
  50. <segtitle>Installed libraries</segtitle>
  51. <segtitle>Installed directories</segtitle>
  52. <seglistitem>
  53. <seg>libtool and libtoolize</seg>
  54. <seg>libltdl.so</seg>
  55. <seg>/usr/include/libltdl and /usr/share/libtool</seg>
  56. </seglistitem>
  57. </segmentedlist>
  58. <variablelist>
  59. <bridgehead renderas="sect3">Short Descriptions</bridgehead>
  60. <?dbfo list-presentation="list"?>
  61. <?dbhtml list-presentation="table"?>
  62. <varlistentry id="libtool">
  63. <term><command>libtool</command></term>
  64. <listitem>
  65. <para>Provides generalized library-building support services</para>
  66. <indexterm zone="ch-system-libtool libtool">
  67. <primary sortas="b-libtool">libtool</primary>
  68. </indexterm>
  69. </listitem>
  70. </varlistentry>
  71. <varlistentry id="libtoolize">
  72. <term><command>libtoolize</command></term>
  73. <listitem>
  74. <para>Provides a standard way to add <command>libtool</command>
  75. support to a package</para>
  76. <indexterm zone="ch-system-libtool libtoolize">
  77. <primary sortas="b-libtoolize">libtoolize</primary>
  78. </indexterm>
  79. </listitem>
  80. </varlistentry>
  81. <varlistentry id="libltdl">
  82. <term><filename class="libraryfile">libltdl</filename></term>
  83. <listitem>
  84. <para>Hides the various difficulties of dlopening libraries</para>
  85. <indexterm zone="ch-system-libtool libltdl">
  86. <primary sortas="c-libltdl">libltdl</primary>
  87. </indexterm>
  88. </listitem>
  89. </varlistentry>
  90. </variablelist>
  91. </sect2>
  92. </sect1>