diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2004-05-03 10:59:46 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2004-05-03 10:59:46 +0000 |
commit | 673b0d84ba9591e07c0bdf0ee49d92eba10f502c (patch) | |
tree | 129e27a1450727b440da4378e0117a468eb9c25e /chapter06/libtool.xml | |
parent | 287ea55da70ceb1f0990554b7db921d525fef816 (diff) |
* Merged newxml into HEAD
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3435 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/libtool.xml')
-rw-r--r-- | chapter06/libtool.xml | 55 |
1 files changed, 43 insertions, 12 deletions
diff --git a/chapter06/libtool.xml b/chapter06/libtool.xml index b38b28c82..0cd065c3b 100644 --- a/chapter06/libtool.xml +++ b/chapter06/libtool.xml @@ -1,18 +1,25 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> +<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [ + <!ENTITY % general-entities SYSTEM "../general.ent"> + %general-entities; +]> <sect1 id="ch-system-libtool" xreflabel="Libtool"> -<title>Installing Libtool-&libtool-version;</title> -<?dbhtml filename="libtool.html" dir="chapter06"?> +<title>Libtool-&libtool-version;</title> +<?dbhtml filename="libtool.html"?> + +<indexterm zone="ch-system-libtool"><primary sortas="a-Libtool">Libtool</primary></indexterm> <para>The Libtool package contains the GNU generic library support script. It wraps the complexity of using shared libraries in a consistent, portable interface.</para> -<screen>&buildtime; &libtool-time; -&diskspace; &libtool-compsize;</screen> +<screen>&buildtime; 1.5 SBU +&diskspace; 20 MB</screen> + +<para>Libtool installation depends on: Bash, Binutils, Coreutils, Diffutils, +GCC, Glibc, Grep, Make, Sed.</para> -&aa-libtool-down; -&aa-libtool-dep; -<sect2><title> </title><para> </para></sect2> <sect2> <title>Installation of Libtool</title> @@ -25,17 +32,41 @@ interface.</para> <screen><userinput>make</userinput></screen> -<para>To have the results tested, issue: +<para>To test the results, issue: <userinput>make check</userinput>.</para> -<para>And install the package:</para> +<para>Install the package:</para> <screen><userinput>make install</userinput></screen> </sect2> -&aa-libtool-shortdesc; -&aa-libtool-desc; -</sect1> +<sect2 id="contents-libtool"><title>Contents of Libtool</title> + +<para><emphasis>Installed programs</emphasis>: libtool and libtoolize</para> + +<para><emphasis>Installed libraries</emphasis>: libltdl.[a,so].</para> + +</sect2> + + +<sect2><title>Short descriptions</title> +<indexterm zone="ch-system-libtool libtool"><primary sortas="b-libtool">libtool</primary></indexterm> +<para id="libtool"><command>libtool</command> provides generalized library-building +support services.</para> + +<indexterm zone="ch-system-libtool libtoolize"><primary sortas="b-libtoolize">libtoolize</primary></indexterm> +<para id="libtoolize"><command>libtoolize</command> provides a standard way to add +libtool support to a package.</para> + +<indexterm zone="ch-system-libtool libltdl"><primary sortas="c-libltdl">libltdl</primary></indexterm> +<para id="libltdl"><command>libltdl</command> hides the various difficulties of +dlopening libraries.</para> + +</sect2> + + + +</sect1> |