|
Loading...
|
lfs-book@linuxfromscratch.org
[Prev] Thread [Next] | [Prev] Date [Next]
r1009 - branches/2.4-branch/BOOK/chapter01 branches/2.4-branch/BOOK/chapter06 trunk/BOOK/chapter01 trunk/BOOK/chapter06 robert Tue Mar 27 00:05:32 2007
Author: robert
Date: 2007-03-26 12:21:21 -0600 (Mon, 26 Mar 2007)
New Revision: 1009
Modified:
branches/2.4-branch/BOOK/chapter01/changelog.xml
branches/2.4-branch/BOOK/chapter06/file.xml
branches/2.4-branch/BOOK/chapter06/libtool.xml
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter06/file.xml
trunk/BOOK/chapter06/libtool.xml
Log:
Update libtool.xml from LFS-svn
Modified: branches/2.4-branch/BOOK/chapter01/changelog.xml
===================================================================
--- branches/2.4-branch/BOOK/chapter01/changelog.xml 2007-03-26 18:16:51 UTC
(rev 1008)
+++ branches/2.4-branch/BOOK/chapter01/changelog.xml 2007-03-26 18:21:21 UTC
(rev 1009)
@@ -110,6 +110,8 @@
</listitem>
-->
+<listitem><para>March 26th, 2007 [Robert]: Update libtool.xml from
LFS-svn.</para></listitem>
+
<listitem><para>March 26th, 2007 [Robert]: Bump to file-4.20 and update
file.xml from LFS-svn.</para></listitem>
Modified: branches/2.4-branch/BOOK/chapter06/file.xml
===================================================================
--- branches/2.4-branch/BOOK/chapter06/file.xml 2007-03-26 18:16:51 UTC (rev
1008)
+++ branches/2.4-branch/BOOK/chapter06/file.xml 2007-03-26 18:21:21 UTC (rev
1009)
@@ -65,7 +65,7 @@
<seglistitem>
<seg>file</seg>
- <seg>libmagic.{a,so}</seg>
+ <seg>libmagic.so</seg>
</seglistitem>
</segmentedlist>
Modified: branches/2.4-branch/BOOK/chapter06/libtool.xml
===================================================================
--- branches/2.4-branch/BOOK/chapter06/libtool.xml 2007-03-26 18:16:51 UTC
(rev 1008)
+++ branches/2.4-branch/BOOK/chapter06/libtool.xml 2007-03-26 18:21:21 UTC
(rev 1009)
@@ -1,91 +1,110 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
+ "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../general.ent">
%general-entities;
]>
+
<sect1 id="ch-system-libtool" role="wrap">
-<title>Libtool-&libtool-version;</title>
-<?dbhtml filename="libtool.html"?>
+ <?dbhtml filename="libtool.html"?>
-<indexterm zone="ch-system-libtool"><primary
sortas="a-Libtool">Libtool</primary></indexterm>
+ <title>Libtool-&libtool-version;</title>
-<sect2 role="package"><title/>
-<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>
+ <indexterm zone="ch-system-libtool">
+ <primary sortas="a-Libtool">Libtool</primary>
+ </indexterm>
-<segmentedlist>
-<segtitle>&buildtime;</segtitle>
-<segtitle>&diskspace;</segtitle>
-<seglistitem><seg>?? SBU</seg><seg>?? MB</seg></seglistitem>
-</segmentedlist>
+ <sect2 role="package">
+ <title/>
-<segmentedlist>
-<segtitle>&dependencies;</segtitle>
-<seglistitem><seg>Bash, Binutils, Coreutils, Diffutils,
-GCC, Glibc, Grep, Make, and Sed</seg></seglistitem>
-</segmentedlist>
-</sect2>
+ <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>
-<sect2 role="installation">
-<title>Installation of Libtool</title>
+ <segmentedlist>
+ <segtitle>&buildtime;</segtitle>
+ <segtitle>&diskspace;</segtitle>
-<para>Prepare Libtool for compilation:</para>
+ <seglistitem>
+ <seg>?? SBU</seg>
+ <seg>?? MB</seg>
+ </seglistitem>
+ </segmentedlist>
+ </sect2>
+
+ <sect2 role="installation">
+ <title>Installation of Libtool</title>
+
+ <para>Prepare Libtool for compilation:</para>
+
<screen><userinput>./configure --prefix=/usr
--disable-static</userinput></screen>
-<para>Compile the package:</para>
+ <para>Compile the package:</para>
<screen><userinput>make</userinput></screen>
-<para>To test the results, issue:
-<userinput>make check</userinput>.</para>
+ <para>To test the results, issue:
+ <userinput>make check</userinput>.</para>
-<para>Install the package:</para>
+ <para>Install the package:</para>
<screen><userinput>make install</userinput></screen>
-</sect2>
+ </sect2>
-<sect2 id="contents-libtool" role="content"><title>Contents of Libtool</title>
+ <sect2 id="contents-libtool" role="content">
+ <title>Contents of Libtool</title>
-<segmentedlist>
-<segtitle>Installed programs</segtitle>
-<segtitle>Installed libraries</segtitle>
-<seglistitem><seg>libtool and
libtoolize</seg><seg>libltdl.[a,so]</seg></seglistitem>
-</segmentedlist>
+ <segmentedlist>
+ <segtitle>Installed programs</segtitle>
+ <segtitle>Installed libraries</segtitle>
-<variablelist><bridgehead renderas="sect3">Short Descriptions</bridgehead>
-<?dbfo list-presentation="list"?>
-<?dbhtml list-presentation="table"?>
+ <seglistitem>
+ <seg>libtool and libtoolize</seg>
+ <seg>libltdl.so</seg>
+ </seglistitem>
+ </segmentedlist>
-<varlistentry id="libtool">
-<term><command>libtool</command></term>
-<listitem>
-<para>Provides generalized library-building support services</para>
-<indexterm zone="ch-system-libtool libtool"><primary
sortas="b-libtool">libtool</primary></indexterm>
-</listitem>
-</varlistentry>
+ <variablelist>
+ <bridgehead renderas="sect3">Short Descriptions</bridgehead>
+ <?dbfo list-presentation="list"?>
+ <?dbhtml list-presentation="table"?>
-<varlistentry id="libtoolize">
-<term><command>libtoolize</command></term>
-<listitem>
-<para>Provides a standard way to add <command>libtool</command> support to a
package</para>
-<indexterm zone="ch-system-libtool libtoolize"><primary
sortas="b-libtoolize">libtoolize</primary></indexterm>
-</listitem>
-</varlistentry>
+ <varlistentry id="libtool">
+ <term><command>libtool</command></term>
+ <listitem>
+ <para>Provides generalized library-building support services</para>
+ <indexterm zone="ch-system-libtool libtool">
+ <primary sortas="b-libtool">libtool</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
-<varlistentry id="libltdl">
-<term><filename class="libraryfile">libltdl</filename></term>
-<listitem>
-<para>Hides the various difficulties of dlopening libraries</para>
-<indexterm zone="ch-system-libtool libltdl"><primary
sortas="c-libltdl">libltdl</primary></indexterm>
-</listitem>
-</varlistentry>
-</variablelist>
+ <varlistentry id="libtoolize">
+ <term><command>libtoolize</command></term>
+ <listitem>
+ <para>Provides a standard way to add <command>libtool</command>
+ support to a package</para>
+ <indexterm zone="ch-system-libtool libtoolize">
+ <primary sortas="b-libtoolize">libtoolize</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
-</sect2>
+ <varlistentry id="libltdl">
+ <term><filename class="libraryfile">libltdl</filename></term>
+ <listitem>
+ <para>Hides the various difficulties of dlopening libraries</para>
+ <indexterm zone="ch-system-libtool libltdl">
+ <primary sortas="c-libltdl">libltdl</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+
+ </sect2>
+
</sect1>
-
Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml 2007-03-26 18:16:51 UTC (rev 1008)
+++ trunk/BOOK/chapter01/changelog.xml 2007-03-26 18:21:21 UTC (rev 1009)
@@ -111,6 +111,8 @@
</listitem>
-->
+<listitem><para>March 26th, 2007 [Robert]: Update libtool.xml from
LFS-svn.</para></listitem>
+
<listitem><para>March 26th, 2007 [Robert]: Bump to file-4.20 and update
file.xml from LFS-svn.</para></listitem>
Modified: trunk/BOOK/chapter06/file.xml
===================================================================
--- trunk/BOOK/chapter06/file.xml 2007-03-26 18:16:51 UTC (rev 1008)
+++ trunk/BOOK/chapter06/file.xml 2007-03-26 18:21:21 UTC (rev 1009)
@@ -65,7 +65,7 @@
<seglistitem>
<seg>file</seg>
- <seg>libmagic.{a,so}</seg>
+ <seg>libmagic.so</seg>
</seglistitem>
</segmentedlist>
Modified: trunk/BOOK/chapter06/libtool.xml
===================================================================
--- trunk/BOOK/chapter06/libtool.xml 2007-03-26 18:16:51 UTC (rev 1008)
+++ trunk/BOOK/chapter06/libtool.xml 2007-03-26 18:21:21 UTC (rev 1009)
@@ -1,91 +1,110 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
+ "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../general.ent">
%general-entities;
]>
+
<sect1 id="ch-system-libtool" role="wrap">
-<title>Libtool-&libtool-version;</title>
-<?dbhtml filename="libtool.html"?>
+ <?dbhtml filename="libtool.html"?>
-<indexterm zone="ch-system-libtool"><primary
sortas="a-Libtool">Libtool</primary></indexterm>
+ <title>Libtool-&libtool-version;</title>
-<sect2 role="package"><title/>
-<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>
+ <indexterm zone="ch-system-libtool">
+ <primary sortas="a-Libtool">Libtool</primary>
+ </indexterm>
-<segmentedlist>
-<segtitle>&buildtime;</segtitle>
-<segtitle>&diskspace;</segtitle>
-<seglistitem><seg>?? SBU</seg><seg>?? MB</seg></seglistitem>
-</segmentedlist>
+ <sect2 role="package">
+ <title/>
-<segmentedlist>
-<segtitle>&dependencies;</segtitle>
-<seglistitem><seg>Bash, Binutils, Coreutils, Diffutils,
-GCC, Glibc, Grep, Make, and Sed</seg></seglistitem>
-</segmentedlist>
-</sect2>
+ <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>
-<sect2 role="installation">
-<title>Installation of Libtool</title>
+ <segmentedlist>
+ <segtitle>&buildtime;</segtitle>
+ <segtitle>&diskspace;</segtitle>
-<para>Prepare Libtool for compilation:</para>
+ <seglistitem>
+ <seg>?? SBU</seg>
+ <seg>?? MB</seg>
+ </seglistitem>
+ </segmentedlist>
+ </sect2>
+
+ <sect2 role="installation">
+ <title>Installation of Libtool</title>
+
+ <para>Prepare Libtool for compilation:</para>
+
<screen><userinput>./configure --prefix=/usr
--disable-static</userinput></screen>
-<para>Compile the package:</para>
+ <para>Compile the package:</para>
<screen><userinput>make</userinput></screen>
-<para>To test the results, issue:
-<userinput>make check</userinput>.</para>
+ <para>To test the results, issue:
+ <userinput>make check</userinput>.</para>
-<para>Install the package:</para>
+ <para>Install the package:</para>
<screen><userinput>make install</userinput></screen>
-</sect2>
+ </sect2>
-<sect2 id="contents-libtool" role="content"><title>Contents of Libtool</title>
+ <sect2 id="contents-libtool" role="content">
+ <title>Contents of Libtool</title>
-<segmentedlist>
-<segtitle>Installed programs</segtitle>
-<segtitle>Installed libraries</segtitle>
-<seglistitem><seg>libtool and
libtoolize</seg><seg>libltdl.[a,so]</seg></seglistitem>
-</segmentedlist>
+ <segmentedlist>
+ <segtitle>Installed programs</segtitle>
+ <segtitle>Installed libraries</segtitle>
-<variablelist><bridgehead renderas="sect3">Short Descriptions</bridgehead>
-<?dbfo list-presentation="list"?>
-<?dbhtml list-presentation="table"?>
+ <seglistitem>
+ <seg>libtool and libtoolize</seg>
+ <seg>libltdl.so</seg>
+ </seglistitem>
+ </segmentedlist>
-<varlistentry id="libtool">
-<term><command>libtool</command></term>
-<listitem>
-<para>Provides generalized library-building support services</para>
-<indexterm zone="ch-system-libtool libtool"><primary
sortas="b-libtool">libtool</primary></indexterm>
-</listitem>
-</varlistentry>
+ <variablelist>
+ <bridgehead renderas="sect3">Short Descriptions</bridgehead>
+ <?dbfo list-presentation="list"?>
+ <?dbhtml list-presentation="table"?>
-<varlistentry id="libtoolize">
-<term><command>libtoolize</command></term>
-<listitem>
-<para>Provides a standard way to add <command>libtool</command> support to a
package</para>
-<indexterm zone="ch-system-libtool libtoolize"><primary
sortas="b-libtoolize">libtoolize</primary></indexterm>
-</listitem>
-</varlistentry>
+ <varlistentry id="libtool">
+ <term><command>libtool</command></term>
+ <listitem>
+ <para>Provides generalized library-building support services</para>
+ <indexterm zone="ch-system-libtool libtool">
+ <primary sortas="b-libtool">libtool</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
-<varlistentry id="libltdl">
-<term><filename class="libraryfile">libltdl</filename></term>
-<listitem>
-<para>Hides the various difficulties of dlopening libraries</para>
-<indexterm zone="ch-system-libtool libltdl"><primary
sortas="c-libltdl">libltdl</primary></indexterm>
-</listitem>
-</varlistentry>
-</variablelist>
+ <varlistentry id="libtoolize">
+ <term><command>libtoolize</command></term>
+ <listitem>
+ <para>Provides a standard way to add <command>libtool</command>
+ support to a package</para>
+ <indexterm zone="ch-system-libtool libtoolize">
+ <primary sortas="b-libtoolize">libtoolize</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
-</sect2>
+ <varlistentry id="libltdl">
+ <term><filename class="libraryfile">libltdl</filename></term>
+ <listitem>
+ <para>Hides the various difficulties of dlopening libraries</para>
+ <indexterm zone="ch-system-libtool libltdl">
+ <primary sortas="c-libltdl">libltdl</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+
+ </sect2>
+
</sect1>
-
--
http://linuxfromscratch.org/mailman/listinfo/hlfs-book
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page