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
This commit is contained in:
Randy McMurchy 2005-08-07 23:55:17 +00:00
parent 6aeeb90763
commit cb4a114ea6
3 changed files with 16 additions and 14 deletions

View File

@ -1,4 +1,4 @@
<!ENTITY day "06"> <!ENTITY day "07">
<!ENTITY month "08"> <!ENTITY month "08">
<!ENTITY year "2005"> <!ENTITY year "2005">
<!ENTITY version "svn-&year;&month;&day;"> <!ENTITY version "svn-&year;&month;&day;">

View File

@ -63,14 +63,14 @@
<para>Install <application>GMP</application> by running <para>Install <application>GMP</application> by running
the following commands:</para> the following commands:</para>
<screen><userinput>./configure --prefix=/usr --enable-cxx \ <screen><userinput>./configure --prefix=/usr --enable-cxx --enable-mpbsd &amp;&amp;
--enable-mpbsd --enable-mpfr &amp;&amp;
make</userinput></screen> make</userinput></screen>
<para>To test the results, issue: <command>make check</command>. <para>To test the results, issue: <command>make check</command>.
Owing to various reports of mis-compilations, Owing to various reports of mis-compilations, the maintainer strongly
the maintainer strongly recommends running the test-suite and recommends running the test-suite and report any failures. The libraries
report any failures.</para> should not be used in a production environment if there are problems
running <command>make check</command>.</para>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para> <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
@ -89,10 +89,6 @@ make</userinput></screen>
enables building the Berkeley MP compatibility enables building the Berkeley MP compatibility
(<filename class="libraryfile">libmp</filename>) libraries.</para> (<filename class="libraryfile">libmp</filename>) libraries.</para>
<para><parameter>--enable-mpfr</parameter>: This parameter
enables building the Multiple Precision Floating-Point Reliable
(<filename class="libraryfile">libmpfr.a</filename>) library.</para>
</sect2> </sect2>
<sect2 role="content"> <sect2 role="content">
@ -105,7 +101,7 @@ make</userinput></screen>
<seglistitem> <seglistitem>
<seg>None</seg> <seg>None</seg>
<seg>libgmp.[so,a], libgmpxx.[so,a], libmp.[so,a], and libmpfr.a</seg> <seg>libgmp.[so,a], libgmpxx.[so,a] and libmp.[so,a]</seg>
<seg>None</seg> <seg>None</seg>
</seglistitem> </seglistitem>
</segmentedlist> </segmentedlist>
@ -131,4 +127,3 @@ make</userinput></screen>
</sect2> </sect2>
</sect1> </sect1>

View File

@ -24,8 +24,15 @@
<itemizedlist> <itemizedlist>
<listitem><para>August 6th, 2005 [larry]: Added dictionary file to mit <listitem>
kerberos setup and made adjusts for PAM.</para></listitem> <para>August 7th, 2005 [randy]: Removed building the MPFR library
from the GMP instructions.</para>
</listitem>
<listitem>
<para>August 6th, 2005 [larry]: Added dictionary file to MIT
Kerberos setup and made adjusts for PAM.</para>
</listitem>
<listitem> <listitem>
<para>August 6th, 2005 [randy]: Updated to S-Lang-2.0.4.</para> <para>August 6th, 2005 [randy]: Updated to S-Lang-2.0.4.</para>