Author: randy
Date: 2008-10-11 18:39:47 -0600 (Sat, 11 Oct 2008)
New Revision: 8644
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter05/gmp.xml
trunk/BOOK/chapter06/gmp.xml
Log:
Added descriptions of the configure options used in the GMP instructions and
updated the installed library descriptions
Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml 2008-10-12 00:39:10 UTC (rev 8643)
+++ trunk/BOOK/chapter01/changelog.xml 2008-10-12 00:39:47 UTC (rev 8644)
@@ -38,6 +38,17 @@
-->
<listitem>
+ <para>2008-10-12</para>
+ <itemizedlist>
+ <listitem>
+ <para>[randy] - Added descriptions of the configure options used
+ in the GMP instructions and updated the installed library
+ descriptions.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2008-10-11</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/chapter05/gmp.xml
===================================================================
--- trunk/BOOK/chapter05/gmp.xml 2008-10-12 00:39:10 UTC (rev 8643)
+++ trunk/BOOK/chapter05/gmp.xml 2008-10-12 00:39:47 UTC (rev 8644)
@@ -47,6 +47,18 @@
<screen><userinput remap="configure">./configure --prefix=/tools
--enable-mpbsd</userinput></screen>
+ <variablelist>
+ <title>The meaning of the configure option:</title>
+
+ <varlistentry>
+ <term><parameter>--enable-mpbsd</parameter></term>
+ <listitem>
+ <para>This builds the Berkeley MP compatibility library</para>
+ </listitem>
+ </varlistentry>
+
+ </variablelist>
+
<para>Compile the package:</para>
<screen><userinput remap="make">make</userinput></screen>
Modified: trunk/BOOK/chapter06/gmp.xml
===================================================================
--- trunk/BOOK/chapter06/gmp.xml 2008-10-12 00:39:10 UTC (rev 8643)
+++ trunk/BOOK/chapter06/gmp.xml 2008-10-12 00:39:47 UTC (rev 8644)
@@ -45,6 +45,18 @@
<screen><userinput remap="configure">./configure --prefix=/usr --enable-cxx
--enable-mpbsd</userinput></screen>
+ <variablelist>
+ <title>The meaning of the new configure option:</title>
+
+ <varlistentry>
+ <term><parameter>--enable-cxx</parameter></term>
+ <listitem>
+ <para>This parameter enables C++ support</para>
+ </listitem>
+ </varlistentry>
+
+ </variablelist>
+
<para>Compile the package:</para>
<screen><userinput remap="make">make</userinput></screen>
@@ -77,7 +89,7 @@
<segtitle>Installed Libraries</segtitle>
<seglistitem>
- <seg>gmp.so</seg>
+ <seg>libgmp.{a,so}, libgmpxx.{a,so}, and libmp.{a,so}</seg>
</seglistitem>
</segmentedlist>
@@ -86,16 +98,36 @@
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
- <varlistentry id="gmp">
- <term><command>gmp</command></term>
+ <varlistentry id="libgmp">
+ <term><command>libgmp</command></term>
<listitem>
<para>Contains precision math functions.</para>
- <indexterm zone="ch-system-gmp gmp">
- <primary sortas="c-gmp">gmp</primary>
+ <indexterm zone="ch-system-gmp libgmp">
+ <primary sortas="c-libgmp">libgmp</primary>
</indexterm>
</listitem>
</varlistentry>
+ <varlistentry id="libgmpxx">
+ <term><command>libgmpxx</command></term>
+ <listitem>
+ <para>Contains C++ precision math functions.</para>
+ <indexterm zone="ch-system-gmp libgmpxx">
+ <primary sortas="c-libgmpxx">libgmpxx</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="libmp">
+ <term><command>libmp</command></term>
+ <listitem>
+ <para>Contains the Berkeley MP math functions.</para>
+ <indexterm zone="ch-system-gmp libmp">
+ <primary sortas="c-libmp">libmp</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
</variablelist>
</sect2>
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page