Changeset 0bb67603


Ignore:
Timestamp:
10/12/2008 12:39:47 AM (16 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
b2e9376
Parents:
f683537
Message:

Added descriptions of the configure options used in the GMP instructions and updated the installed library descriptions

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8644 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rf683537 r0bb67603  
    3939
    4040    <listitem>
     41      <para>2008-10-12</para>
     42      <itemizedlist>
     43        <listitem>
     44          <para>[randy] - Added descriptions of the configure options used
     45          in the GMP instructions and updated the installed library
     46          descriptions.</para>
     47        </listitem>
     48      </itemizedlist>
     49    </listitem>
     50
     51    <listitem>
    4152      <para>2008-10-11</para>
    4253      <itemizedlist>
  • chapter05/gmp.xml

    rf683537 r0bb67603  
    4848<screen><userinput remap="configure">./configure --prefix=/tools --enable-mpbsd</userinput></screen>
    4949
     50    <variablelist>
     51      <title>The meaning of the configure option:</title>
     52
     53      <varlistentry>
     54        <term><parameter>--enable-mpbsd</parameter></term>
     55        <listitem>
     56          <para>This builds the Berkeley MP compatibility library</para>
     57        </listitem>
     58      </varlistentry>
     59
     60    </variablelist>
     61
    5062    <para>Compile the package:</para>
    5163
  • chapter06/gmp.xml

    rf683537 r0bb67603  
    4646<screen><userinput remap="configure">./configure --prefix=/usr --enable-cxx --enable-mpbsd</userinput></screen>
    4747
     48    <variablelist>
     49      <title>The meaning of the new configure option:</title>
     50
     51      <varlistentry>
     52        <term><parameter>--enable-cxx</parameter></term>
     53        <listitem>
     54          <para>This parameter enables C++ support</para>
     55        </listitem>
     56      </varlistentry>
     57
     58    </variablelist>
     59
    4860    <para>Compile the package:</para>
    4961
     
    7890
    7991      <seglistitem>
    80         <seg>gmp.so</seg>
     92        <seg>libgmp.{a,so}, libgmpxx.{a,so}, and libmp.{a,so}</seg>
    8193      </seglistitem>
    8294    </segmentedlist>
     
    8799      <?dbhtml list-presentation="table"?>
    88100
    89       <varlistentry id="gmp">
    90         <term><command>gmp</command></term>
     101      <varlistentry id="libgmp">
     102        <term><command>libgmp</command></term>
    91103        <listitem>
    92104          <para>Contains precision math functions.</para>
    93           <indexterm zone="ch-system-gmp gmp">
    94             <primary sortas="c-gmp">gmp</primary>
     105          <indexterm zone="ch-system-gmp libgmp">
     106            <primary sortas="c-libgmp">libgmp</primary>
     107          </indexterm>
     108        </listitem>
     109      </varlistentry>
     110
     111      <varlistentry id="libgmpxx">
     112        <term><command>libgmpxx</command></term>
     113        <listitem>
     114          <para>Contains C++ precision math functions.</para>
     115          <indexterm zone="ch-system-gmp libgmpxx">
     116            <primary sortas="c-libgmpxx">libgmpxx</primary>
     117          </indexterm>
     118        </listitem>
     119      </varlistentry>
     120
     121      <varlistentry id="libmp">
     122        <term><command>libmp</command></term>
     123        <listitem>
     124          <para>Contains the Berkeley MP math functions.</para>
     125          <indexterm zone="ch-system-gmp libmp">
     126            <primary sortas="c-libmp">libmp</primary>
    95127          </indexterm>
    96128        </listitem>
Note: See TracChangeset for help on using the changeset viewer.