summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2010-06-09 11:26:02 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2010-06-09 11:26:02 +0000
commite86cd1830edcd64d1409eefc1032acd9166cbc0f (patch)
treeb1a1dfeed62dfe42c051d4e780582d14f47935a4 /INSTALL
parent8598753be64c0759b71c0a13d0235d6953ae8792 (diff)
downloadmpfr-e86cd1830edcd64d1409eefc1032acd9166cbc0f.tar.gz
[INSTALL] Added a note on Mac OS X; thanks to FX Coudert and Fumihiro
Chiba: https://sympa.inria.fr/sympa/arc/mpfr/2010-06/msg00011.html git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@6943 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL12
1 files changed, 12 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 2089cbdfc..cd3910263 100644
--- a/INSTALL
+++ b/INSTALL
@@ -302,6 +302,18 @@ the test suite: C and C++ are not the same language! You should use a C
compiler instead.
+Notes on Mac OS X
+=================
+
+If you get an error of the form
+
+ ld: pointer in read-only segment not allowed in slidable image...
+
+this can mean that the link is done against a static (GMP) library.
+In such a case, you should configure MPFR with --disable-shared to
+disable the build of the shared library.
+
+
Notes on FreeBSD 4.3
====================