source: chapter06/libtool.xml@ 698a753

Last change on this file since 698a753 was c2133bc, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Upgraded to DocBook 4.4 DTD

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multi-arch/BOOK@4605 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 2.7 KB
RevLine 
[673b0d8]1<?xml version="1.0" encoding="ISO-8859-1"?>
[c2133bc]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
[673b0d8]3 <!ENTITY % general-entities SYSTEM "../general.ent">
4 %general-entities;
5]>
[752f4e5]6<sect1 id="ch-system-libtool" role="wrap">
[673b0d8]7<title>Libtool-&libtool-version;</title>
8<?dbhtml filename="libtool.html"?>
9
10<indexterm zone="ch-system-libtool"><primary sortas="a-Libtool">Libtool</primary></indexterm>
[6370fa6]11
[a001133]12<sect2 role="package"><title/>
[5888299]13<para>The Libtool package contains the GNU generic library support script.
14It wraps the complexity of using shared libraries in a consistent, portable
15interface.</para>
16
[a001133]17<segmentedlist>
18<segtitle>&buildtime;</segtitle>
19<segtitle>&diskspace;</segtitle>
20<seglistitem><seg>1.5 SBU</seg><seg>20 MB</seg></seglistitem>
21</segmentedlist>
[673b0d8]22
[a001133]23<segmentedlist>
24<segtitle>Libtool installation depends on</segtitle>
25<seglistitem><seg>Bash, Binutils, Coreutils, Diffutils,
[69993f4]26GCC, Glibc, Grep, Make, and Sed</seg></seglistitem>
[a001133]27</segmentedlist>
28</sect2>
[3554fa3a]29
[a001133]30<sect2 role="installation">
[73aedd1d]31<title>Installation of Libtool</title>
32
33<para>Prepare Libtool for compilation:</para>
34
35<screen><userinput>./configure --prefix=/usr</userinput></screen>
36
37<para>Compile the package:</para>
38
39<screen><userinput>make</userinput></screen>
40
[673b0d8]41<para>To test the results, issue:
[8a5f906]42<userinput>make check</userinput>.</para>
[73aedd1d]43
[673b0d8]44<para>Install the package:</para>
[73aedd1d]45
46<screen><userinput>make install</userinput></screen>
47
48</sect2>
[6370fa6]49
[5888299]50
[c6cb3aa]51<sect2 id="contents-libtool" role="content"><title>Contents of Libtool</title>
[673b0d8]52
[c6cb3aa]53<segmentedlist>
54<segtitle>Installed programs</segtitle>
55<segtitle>Installed libraries</segtitle>
56<seglistitem><seg>libtool and libtoolize</seg><seg>libltdl.[a,so]</seg></seglistitem>
57</segmentedlist>
[673b0d8]58
[2256873]59<variablelist><bridgehead renderas="sect3">Short Descriptions</bridgehead>
[3ed279f]60<?dbfo list-presentation="list"?>
[73aedd1d]61
[b8a819f]62<varlistentry id="libtool">
63<term><command>libtool</command></term>
[c6cb3aa]64<listitem>
[2256873]65<para>Provides generalized library-building support services</para>
[3ed279f]66<indexterm zone="ch-system-libtool libtool"><primary sortas="b-libtool">libtool</primary></indexterm>
[c6cb3aa]67</listitem>
68</varlistentry>
[673b0d8]69
[b8a819f]70<varlistentry id="libtoolize">
71<term><command>libtoolize</command></term>
[c6cb3aa]72<listitem>
[2256873]73<para>Provides a standard way to add <command>libtool</command> support to a package</para>
[3ed279f]74<indexterm zone="ch-system-libtool libtoolize"><primary sortas="b-libtoolize">libtoolize</primary></indexterm>
[c6cb3aa]75</listitem>
76</varlistentry>
[673b0d8]77
[b8a819f]78<varlistentry id="libltdl">
[ef57e3b]79<term><filename class="libraryfile">libltdl</filename></term>
[c6cb3aa]80<listitem>
[2256873]81<para>Hides the various difficulties of dlopening libraries</para>
[3ed279f]82<indexterm zone="ch-system-libtool libltdl"><primary sortas="c-libltdl">libltdl</primary></indexterm>
[c6cb3aa]83</listitem>
84</varlistentry>
85</variablelist>
[673b0d8]86
87</sect2>
88
89</sect1>
[ef13657]90
Note: See TracBrowser for help on using the repository browser.