source: BOOK/final-system/common/libtool.xml @ 61ad0b7f

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since 61ad0b7f was 61ad0b7f, checked in by Chris Staub <chris@…>, 14 years ago

Added installed directory info for a number of packages

  • Property mode set to 100644
File size: 3.0 KB
Line 
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
8<sect1 id="ch-system-libtool" role="wrap">
9  <?dbhtml filename="libtool.html"?>
10
11  <title>Libtool-&libtool-version;</title>
12
13  <indexterm zone="ch-system-libtool">
14    <primary sortas="a-Libtool">Libtool</primary>
15  </indexterm>
16
17  <sect2 role="package">
18    <title/>
19
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
24  </sect2>
25
26  <sect2 role="installation">
27    <title>Installation of Libtool</title>
28
29    <para os="a">Prepare Libtool for compilation:</para>
30
31<screen os="b"><userinput>./configure --prefix=/usr</userinput></screen>
32
33    <para os="c">Compile the package:</para>
34
35<screen os="d"><userinput>make</userinput></screen>
36
37    <para os="e">To test the results, issue:
38    <userinput>make check</userinput>.</para>
39
40    <para os="f">Install the package:</para>
41
42<screen os="g"><userinput>make install</userinput></screen>
43
44  </sect2>
45
46  <sect2 id="contents-libtool" role="content">
47    <title>Contents of Libtool</title>
48
49    <segmentedlist>
50      <segtitle>Installed programs</segtitle>
51      <segtitle>Installed libraries</segtitle>
52      <segtitle>Installed directories</segtitle>
53
54      <seglistitem>
55        <seg>libtool and libtoolize</seg>
56        <seg>libltdl.[a,so]</seg>
57        <seg>/usr/include/libltdl, /usr/share/libtool</seg>
58      </seglistitem>
59    </segmentedlist>
60
61    <variablelist>
62      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
63      <?dbfo list-presentation="list"?>
64      <?dbhtml list-presentation="table"?>
65
66      <varlistentry id="libtool">
67        <term><command>libtool</command></term>
68        <listitem>
69          <para>Provides generalized library-building support services</para>
70          <indexterm zone="ch-system-libtool libtool">
71            <primary sortas="b-libtool">libtool</primary>
72          </indexterm>
73        </listitem>
74      </varlistentry>
75
76      <varlistentry id="libtoolize">
77        <term><command>libtoolize</command></term>
78        <listitem>
79          <para>Provides a standard way to add <command>libtool</command> support
80          to a package</para>
81          <indexterm zone="ch-system-libtool libtoolize">
82            <primary sortas="b-libtoolize">libtoolize</primary>
83          </indexterm>
84        </listitem>
85      </varlistentry>
86
87      <varlistentry id="libltdl">
88        <term><filename class="libraryfile">libltdl</filename></term>
89        <listitem>
90          <para>Hides the various difficulties of dlopening libraries</para>
91          <indexterm zone="ch-system-libtool libltdl">
92            <primary sortas="c-libltdl">libltdl</primary>
93          </indexterm>
94        </listitem>
95      </varlistentry>
96
97    </variablelist>
98
99  </sect2>
100
101</sect1>
Note: See TracBrowser for help on using the repository browser.