summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2016-08-19 08:36:16 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2016-08-19 08:36:16 +0000
commitb6d2b49fa5b4fa787d31b394bf6bbd457a96f3bd (patch)
tree052f5e306afbf06713f3cbe9bb7032efed48665d /INSTALL
parent4c5665a40128bf67363707a196c19deedb8eca3b (diff)
downloadmpfr-b6d2b49fa5b4fa787d31b394bf6bbd457a96f3bd.tar.gz
[INSTALL] Added note on Solaris and the LD_OPTIONS environment variable.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@10735 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL13
1 files changed, 13 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 6abc7e941..97abc121b 100644
--- a/INSTALL
+++ b/INSTALL
@@ -516,6 +516,19 @@ you should set the OBJECT_MODE environment variable to 64, e.g., with:
line: AR="ar -X64" NM="nm -B -X64".
+Notes on Solaris
+================
+
+Do not put a -R<dir> option in the LD_OPTIONS environment variable, at least
+if the directory <dir> can contain an MPFR library. Otherwise this MPFR
+library may be chosen for the tests (make check) instead of the one that has
+just been built, in which case, either you will get errors due to unmatched
+versions or this problem may remain undetected. The reason is that this
+option will appear before the -R options added by libtool, such as the one
+to the src/.libs directory containing the MPFR library that has just been
+built, and will have the precedence.
+
+
MPFR for use with Windows Applications
======================================