libtool.xml 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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"><title>Contents of Libtool</title>
  37. <para><emphasis>Installed programs</emphasis>: libtool and libtoolize</para>
  38. <para><emphasis>Installed libraries</emphasis>: libltdl.[a,so].</para>
  39. </sect2>
  40. <sect2><title>Short descriptions</title>
  41. <indexterm zone="ch-system-libtool libtool"><primary sortas="b-libtool">libtool</primary></indexterm>
  42. <para id="libtool"><command>libtool</command> provides generalized library-building
  43. support services.</para>
  44. <indexterm zone="ch-system-libtool libtoolize"><primary sortas="b-libtoolize">libtoolize</primary></indexterm>
  45. <para id="libtoolize"><command>libtoolize</command> provides a standard way to add
  46. libtool support to a package.</para>
  47. <indexterm zone="ch-system-libtool libltdl"><primary sortas="c-libltdl">libltdl</primary></indexterm>
  48. <para id="libltdl"><command>libltdl</command> hides the various difficulties of
  49. dlopening libraries.</para>
  50. </sect2>
  51. </sect1>