summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2010-10-25 10:00:45 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2010-10-25 10:00:45 +0000
commit5eee88ec531cacf6724d80ef2a0a1444a851505b (patch)
tree4469ac5f000e7e2857784d6cdadd53f41f868dfe /INSTALL
parent00bf39056ec78bd58dd1ab0027ca4de620eb5e11 (diff)
downloadmpfr-5eee88ec531cacf6724d80ef2a0a1444a851505b.tar.gz
Mentioned --enable-gmp-internals in INSTALL and NEWS.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@7246 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL6
1 files changed, 6 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 6fffa1cb0..8b957eb3f 100644
--- a/INSTALL
+++ b/INSTALL
@@ -186,6 +186,12 @@ specific architecture.
GCC, it may not currently support GCC's __thread
storage class.
+--enable-gmp-internals allows the MPFR build to use GMP's undocumented
+ functions (not from the public API). Note that
+ library versioning is not guaranteed to work if
+ this option is used. Thus it must not be used in
+ binary distributions.
+
Note: By default, the configure script tries to set CC/CFLAGS to GMP's
ones (this feature needs GMP 4.3.0 or later, or the --with-gmp-build
option). However this is not guaranteed to work as the configure script