From b220cf7c66942cd361a38f1750d1ee1d22845669 Mon Sep 17 00:00:00 2001 From: vlefevre Date: Fri, 14 Oct 2011 10:13:34 +0000 Subject: [tests/Makefile.am] Added -L$(top_builddir)/src/.libs to AM_LDFLAGS. [INSTALL] Removed the notes on HP-UX (obsolete after the above change). git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@7920 280ebfd0-de03-0410-8827-d642c229c3f4 --- INSTALL | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index 411e37645..ca9adea42 100644 --- a/INSTALL +++ b/INSTALL @@ -471,22 +471,6 @@ 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 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) ===================================================== -- cgit v1.2.1