summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorpelissip <pelissip@280ebfd0-de03-0410-8827-d642c229c3f4>2005-07-06 08:45:47 +0000
committerpelissip <pelissip@280ebfd0-de03-0410-8827-d642c229c3f4>2005-07-06 08:45:47 +0000
commitf4ce9911c324505e7fa9f50f46ffd77777633ba6 (patch)
tree0bf17e502f7cbc03d1dd520fbfd7a833d51349ba /INSTALL
parent1dd9422c21bfbdcbe2ac08f862e607fd1d03dcf7 (diff)
downloadmpfr-f4ce9911c324505e7fa9f50f46ffd77777633ba6.tar.gz
Add a solution for a problem.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3668 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL8
1 files changed, 8 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 65669d091..727fed7da 100644
--- a/INSTALL
+++ b/INSTALL
@@ -85,6 +85,14 @@ In case of problem
Try to build MPFR with/without GMP internal files.
+ If the build was ok, but the tests failed to link with GMP, it is usually
+ because /usr/local/lib is used by the static linker but not by the shared
+ linker. There are two solutions:
+ 1. setenv LD_LIBRARY_PATH /usr/lib:/usr/local/lib [tcsh]
+ or export LD_LIBRARY_PATH=/usr/lib:/usr/local/lib [bash]
+ 2. Or run MPFR's configure with "--with-gmp=/usr/local/'
+ so that libtool is able to fix this problem.
+
If you can't solve your problem, you could contact us at mpfr@loria.fr,
indicating the machine and operating system used (uname -a), the compiler
and version used (gcc -v if you use gcc), the compile options used if any,