From cb4a114ea61ddd8c6f3ed4a161cdd0dcb728777d Mon Sep 17 00:00:00 2001 From: Randy McMurchy Date: Sun, 7 Aug 2005 23:55:17 +0000 Subject: [PATCH] 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 --- general.ent | 2 +- general/genlib/gmp.xml | 17 ++++++----------- introduction/welcome/changelog.xml | 11 +++++++++-- 3 files changed, 16 insertions(+), 14 deletions(-) diff --git a/general.ent b/general.ent index 40b76caca9..4a1998e32d 100644 --- a/general.ent +++ b/general.ent @@ -1,4 +1,4 @@ - + diff --git a/general/genlib/gmp.xml b/general/genlib/gmp.xml index a5be572067..9d48d31870 100644 --- a/general/genlib/gmp.xml +++ b/general/genlib/gmp.xml @@ -63,14 +63,14 @@ Install GMP by running the following commands: -./configure --prefix=/usr --enable-cxx \ - --enable-mpbsd --enable-mpfr && +./configure --prefix=/usr --enable-cxx --enable-mpbsd && make To test the results, issue: make check. - Owing to various reports of mis-compilations, - the maintainer strongly recommends running the test-suite and - report any failures. + Owing to various reports of mis-compilations, the maintainer strongly + recommends running the test-suite and report any failures. The libraries + should not be used in a production environment if there are problems + running make check. Now, as the root user: @@ -89,10 +89,6 @@ make enables building the Berkeley MP compatibility (libmp) libraries. - --enable-mpfr: This parameter - enables building the Multiple Precision Floating-Point Reliable - (libmpfr.a) library. - @@ -105,7 +101,7 @@ make None - libgmp.[so,a], libgmpxx.[so,a], libmp.[so,a], and libmpfr.a + libgmp.[so,a], libgmpxx.[so,a] and libmp.[so,a] None @@ -131,4 +127,3 @@ make - diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 626e898053..b59abf088e 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -24,8 +24,15 @@ - August 6th, 2005 [larry]: Added dictionary file to mit - kerberos setup and made adjusts for PAM. + + August 7th, 2005 [randy]: Removed building the MPFR library + from the GMP instructions. + + + + August 6th, 2005 [larry]: Added dictionary file to MIT + Kerberos setup and made adjusts for PAM. + August 6th, 2005 [randy]: Updated to S-Lang-2.0.4.