Changeset cb4a114


Ignore:
Timestamp:
08/07/2005 11:55:17 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
b658536
Parents:
6aeeb90
Message:

Removed building the MPFR library from the GMP instructions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4891 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r6aeeb90 rcb4a114  
    1 <!ENTITY day          "06">
     1<!ENTITY day          "07">
    22<!ENTITY month        "08">
    33<!ENTITY year         "2005">
  • general/genlib/gmp.xml

    r6aeeb90 rcb4a114  
    6464    the following commands:</para>
    6565
    66 <screen><userinput>./configure --prefix=/usr --enable-cxx \
    67     --enable-mpbsd --enable-mpfr &amp;&amp;
     66<screen><userinput>./configure --prefix=/usr --enable-cxx --enable-mpbsd &amp;&amp;
    6867make</userinput></screen>
    6968
    7069    <para>To test the results, issue: <command>make check</command>.
    71         Owing to various reports of mis-compilations,
    72         the maintainer strongly recommends running the test-suite and
    73         report any failures.</para>
     70    Owing to various reports of mis-compilations, the maintainer strongly
     71    recommends running the test-suite and report any failures. The libraries
     72    should not be used in a production environment if there are problems
     73    running <command>make check</command>.</para>
    7474
    7575    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    9090    (<filename class="libraryfile">libmp</filename>) libraries.</para>
    9191
    92     <para><parameter>--enable-mpfr</parameter>: This parameter
    93     enables building the Multiple Precision Floating-Point Reliable
    94     (<filename class="libraryfile">libmpfr.a</filename>) library.</para>
    95 
    9692  </sect2>
    9793
     
    106102      <seglistitem>
    107103        <seg>None</seg>
    108         <seg>libgmp.[so,a], libgmpxx.[so,a], libmp.[so,a], and libmpfr.a</seg>
     104        <seg>libgmp.[so,a], libgmpxx.[so,a] and libmp.[so,a]</seg>
    109105        <seg>None</seg>
    110106      </seglistitem>
     
    132128
    133129</sect1>
    134 
  • introduction/welcome/changelog.xml

    r6aeeb90 rcb4a114  
    2525  <itemizedlist>
    2626
    27     <listitem><para>August 6th, 2005 [larry]: Added dictionary file to mit
    28     kerberos setup and made adjusts for PAM.</para></listitem>
     27    <listitem>
     28      <para>August 7th, 2005 [randy]: Removed building the MPFR library
     29      from the GMP instructions.</para>
     30    </listitem>
     31
     32    <listitem>
     33      <para>August 6th, 2005 [larry]: Added dictionary file to MIT
     34      Kerberos setup and made adjusts for PAM.</para>
     35    </listitem>
    2936   
    3037    <listitem>
Note: See TracChangeset for help on using the changeset viewer.