libtool.xml 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
  3. <!ENTITY % general-entities SYSTEM "../general.ent">
  4. <!ENTITY % patches-entities SYSTEM "../patches.ent">
  5. %general-entities;
  6. %patches-entities;
  7. ]>
  8. <sect1 id="ch-system-libtool" role="wrap">
  9. <title>Libtool-&libtool-version;</title>
  10. <?dbhtml filename="libtool.html"?>
  11. <indexterm zone="ch-system-libtool"><primary sortas="a-Libtool">Libtool</primary></indexterm>
  12. <sect2 role="package"><title/>
  13. <para>The Libtool package contains the GNU generic library support script.
  14. It wraps the complexity of using shared libraries in a consistent, portable
  15. interface.</para>
  16. <segmentedlist>
  17. <segtitle>&buildtime;</segtitle>
  18. <segtitle>&diskspace;</segtitle>
  19. <seglistitem><seg>1.5 SBU</seg><seg>19.7 MB</seg></seglistitem>
  20. </segmentedlist>
  21. <segmentedlist>
  22. <segtitle>&dependencies;</segtitle>
  23. <seglistitem><seg>Bash, Binutils, Coreutils, Diffutils,
  24. GCC, Glibc, Grep, Make, and Sed</seg></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. <para>Correct the ownership of the libltdl data files:</para>
  38. <screen><userinput>chown -R root:root /usr/share/libtool/libltdl</userinput></screen>
  39. </sect2>
  40. <sect2 id="contents-libtool" role="content"><title>Contents of Libtool</title>
  41. <segmentedlist>
  42. <segtitle>Installed programs</segtitle>
  43. <segtitle>Installed libraries</segtitle>
  44. <seglistitem><seg>libtool and libtoolize</seg><seg>libltdl.[a,so]</seg></seglistitem>
  45. </segmentedlist>
  46. <variablelist><bridgehead renderas="sect3">Short Descriptions</bridgehead>
  47. <?dbfo list-presentation="list"?>
  48. <?dbhtml list-presentation="table"?>
  49. <varlistentry id="libtool">
  50. <term><command>libtool</command></term>
  51. <listitem>
  52. <para>Provides generalized library-building support services</para>
  53. <indexterm zone="ch-system-libtool libtool"><primary sortas="b-libtool">libtool</primary></indexterm>
  54. </listitem>
  55. </varlistentry>
  56. <varlistentry id="libtoolize">
  57. <term><command>libtoolize</command></term>
  58. <listitem>
  59. <para>Provides a standard way to add <command>libtool</command> support to a package</para>
  60. <indexterm zone="ch-system-libtool libtoolize"><primary sortas="b-libtoolize">libtoolize</primary></indexterm>
  61. </listitem>
  62. </varlistentry>
  63. <varlistentry id="libltdl">
  64. <term><filename class="libraryfile">libltdl</filename></term>
  65. <listitem>
  66. <para>Hides the various difficulties of dlopening libraries</para>
  67. <indexterm zone="ch-system-libtool libltdl"><primary sortas="c-libltdl">libltdl</primary></indexterm>
  68. </listitem>
  69. </varlistentry>
  70. </variablelist>
  71. </sect2>
  72. </sect1>