summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2017-12-05 09:43:54 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2017-12-05 09:43:54 +0000
commit5315a10b93f9fef4df100008a5e5c10d8711e07c (patch)
tree82ae2257f88260b573701088d17967e3dd07ead8
parentab44bef06305468057b2c7e2e3ce97246d7c9407 (diff)
downloadmpfr-5315a10b93f9fef4df100008a5e5c10d8711e07c.tar.gz
add --disable-shared for mini-gmp (not tested yet with dynamic linking)
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@11899 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r--doc/mini-gmp2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/mini-gmp b/doc/mini-gmp
index e16c220f0..a2a61a8c6 100644
--- a/doc/mini-gmp
+++ b/doc/mini-gmp
@@ -15,7 +15,7 @@ How to compile GNU MPFR with mini-gmp
cp mini-gmp.h /tmp/include/gmp.h
3) extract the MPFR tarball in say /tmp/mpfr
- ./configure --with-gmp=/tmp --enable-mini-gmp
+ ./configure --with-gmp=/tmp --enable-mini-gmp --disable-shared
Note: to use this version of the MPFR library, you need to define
the MPFR_USE_MINI_GMP macro before including mpfr.h (alternatively,