libtool.xml 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
  3. <!ENTITY % general-entities SYSTEM "../general.ent">
  4. %general-entities;
  5. ]>
  6. <sect1 id="ch-system-libtool" xreflabel="Libtool" role="wrap">
  7. <title>Libtool-&libtool-version;</title>
  8. <?dbhtml filename="libtool.html"?>
  9. <indexterm zone="ch-system-libtool"><primary sortas="a-Libtool">Libtool</primary></indexterm>
  10. <sect2 role="package"><title/>
  11. <para>The Libtool package contains the GNU generic library support script.
  12. It wraps the complexity of using shared libraries in a consistent, portable
  13. interface.</para>
  14. <segmentedlist>
  15. <segtitle>&buildtime;</segtitle>
  16. <segtitle>&diskspace;</segtitle>
  17. <seglistitem><seg>1.5 SBU</seg><seg>20 MB</seg></seglistitem>
  18. </segmentedlist>
  19. <segmentedlist>
  20. <segtitle>Libtool installation depends on</segtitle>
  21. <seglistitem><seg>Bash, Binutils, Coreutils, Diffutils,
  22. GCC, Glibc, Grep, Make, Sed</seg></seglistitem>
  23. </segmentedlist>
  24. </sect2>
  25. <sect2 role="installation">
  26. <title>Installation of Libtool</title>
  27. <para>Prepare Libtool for compilation:</para>
  28. <screen><userinput>./configure --prefix=/usr</userinput></screen>
  29. <para>Compile the package:</para>
  30. <screen><userinput>make</userinput></screen>
  31. <para>To test the results, issue:
  32. <userinput>make check</userinput>.</para>
  33. <para>Install the package:</para>
  34. <screen><userinput>make install</userinput></screen>
  35. </sect2>
  36. <sect2 id="contents-libtool" role="content"><title>Contents of Libtool</title>
  37. <segmentedlist>
  38. <segtitle>Installed programs</segtitle>
  39. <segtitle>Installed libraries</segtitle>
  40. <seglistitem><seg>libtool and libtoolize</seg><seg>libltdl.[a,so]</seg></seglistitem>
  41. </segmentedlist>
  42. <variablelist><title>Short descriptions</title>
  43. <varlistentry id="libtool">
  44. <term><command>libtool</command></term>
  45. <listitem>
  46. <indexterm zone="ch-system-libtool libtool"><primary sortas="b-libtool">libtool</primary></indexterm>
  47. <para>provides generalized library-building support services.</para>
  48. </listitem>
  49. </varlistentry>
  50. <varlistentry id="libtoolize">
  51. <term><command>libtoolize</command></term>
  52. <listitem>
  53. <indexterm zone="ch-system-libtool libtoolize"><primary sortas="b-libtoolize">libtoolize</primary></indexterm>
  54. <para>provides a standard way to add libtool support to a package.</para>
  55. </listitem>
  56. </varlistentry>
  57. <varlistentry id="libltdl">
  58. <term><filename class="libraryfile">libltdl</filename></term>
  59. <listitem>
  60. <indexterm zone="ch-system-libtool libltdl"><primary sortas="c-libltdl">libltdl</primary></indexterm>
  61. <para>hides the various difficulties of dlopening libraries.</para>
  62. </listitem>
  63. </varlistentry>
  64. </variablelist>
  65. </sect2>
  66. </sect1>