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

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since a7e64f3 was e1153ea, checked in by Jim Gifford <clfs@…>, 18 years ago

r3371@server (orig r1554): chris | 2006-05-10 14:03:44 -0700
Removed dependency info from individual package instructions

  • Property mode set to 100644
File size: 3.1 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/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 <para os="h">Correct the ownership of the <filename
45 class="libraryfile">libltdl</filename> data files:</para>
46
47<screen os="i"><userinput>chown -Rv root:root /usr/share/libtool/libltdl</userinput></screen>
48
49 </sect2>
50
51 <sect2 id="contents-libtool" role="content">
52 <title>Contents of Libtool</title>
53
54 <segmentedlist>
55 <segtitle>Installed programs</segtitle>
56 <segtitle>Installed libraries</segtitle>
57
58 <seglistitem>
59 <seg>libtool and libtoolize</seg>
60 <seg>libltdl.[a,so]</seg>
61 </seglistitem>
62 </segmentedlist>
63
64 <variablelist>
65 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
66 <?dbfo list-presentation="list"?>
67 <?dbhtml list-presentation="table"?>
68
69 <varlistentry id="libtool">
70 <term><command>libtool</command></term>
71 <listitem>
72 <para>Provides generalized library-building support services</para>
73 <indexterm zone="ch-system-libtool libtool">
74 <primary sortas="b-libtool">libtool</primary>
75 </indexterm>
76 </listitem>
77 </varlistentry>
78
79 <varlistentry id="libtoolize">
80 <term><command>libtoolize</command></term>
81 <listitem>
82 <para>Provides a standard way to add <command>libtool</command> support
83 to a package</para>
84 <indexterm zone="ch-system-libtool libtoolize">
85 <primary sortas="b-libtoolize">libtoolize</primary>
86 </indexterm>
87 </listitem>
88 </varlistentry>
89
90 <varlistentry id="libltdl">
91 <term><filename class="libraryfile">libltdl</filename></term>
92 <listitem>
93 <para>Hides the various difficulties of dlopening libraries</para>
94 <indexterm zone="ch-system-libtool libltdl">
95 <primary sortas="c-libltdl">libltdl</primary>
96 </indexterm>
97 </listitem>
98 </varlistentry>
99
100 </variablelist>
101
102 </sect2>
103
104</sect1>
Note: See TracBrowser for help on using the repository browser.