summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2011-10-13 11:30:54 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2011-10-13 11:30:54 +0000
commitfbd5402cb959eab50979694837b261a02f01a651 (patch)
treeb82e14cfa74cf2df29dda31c489e26517d466b01 /INSTALL
parent86cae97a6049c3b2d4eb1a83a8cd94c312180fc5 (diff)
downloadmpfr-fbd5402cb959eab50979694837b261a02f01a651.tar.gz
[INSTALL] Corrected notes for HP-UX.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/branches/3.1@7919 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL20
1 files changed, 10 insertions, 10 deletions
diff --git a/INSTALL b/INSTALL
index 21c936dec..de49232a9 100644
--- a/INSTALL
+++ b/INSTALL
@@ -475,16 +475,16 @@ 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.
+an old MPFR version is already installed in DIR or a subdirectory, 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 of the form 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)