summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2011-10-13 11:17:27 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2011-10-13 11:17:27 +0000
commit45dcd29e005f74498d1e805628537e7cfd016565 (patch)
tree45ddc01c23bd80bdcca25b2d6125aafe4579b234 /INSTALL
parentba8692ddb8e64817e344e9c46664fda1e2dad305 (diff)
downloadmpfr-45dcd29e005f74498d1e805628537e7cfd016565.tar.gz
[INSTALL] Added notes for HP-UX after a bug report. See discussion:
https://sympa.inria.fr/sympa/arc/mpfr/2011-10/msg00042.html git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@7916 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL16
1 files changed, 16 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index ca9adea42..e24edbc97 100644
--- a/INSTALL
+++ b/INSTALL
@@ -471,6 +471,22 @@ due to the early compiler tests, as gcc will not compile any program if
OBJECT_MODE is 64 and the -maix64 option is not provided.
+Notes on HP-UX
+==============
+
+If you use the --with-gmp-lib=DIR or --with-gmp=DIR configure option and
+an old MPFR is already installing in DIR, then you need to install MPFR
+(make install) or remove the old MPFR version before running the tests
+(make check). The reason is that libtool 2.4 adds the -L../src/.libs or
+equivalent (where the MPFR library that has just been compiled can be
+found) after $(LDFLAGS), which contains the "-L DIR" added at configure
+time. Alternatively, you can try to predefine LDFLAGS with something
+like LDFLAGS="-L$(top_builddir)/src/.libs" (the MPFR configure script
+is written so that "-L DIR" will appear after the predefined options,
+as required here). Or avoid the --with-gmp* options and use environment
+variables as said above.
+
+
MPFR for use with 32-bit Windows Applications (win32)
=====================================================