libtool.xml 3.5 KB

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