summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2010-12-07 11:41:09 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2010-12-07 11:41:09 +0000
commita448cf4ab2c9634657ebe0b220bc8c21f7d19050 (patch)
tree14ccfdde5c1bc41e25fea577eea6402822bf6472 /INSTALL
parent465ccb45e78c491cbeac1947ea7ee79da2be34a8 (diff)
downloadmpfr-a448cf4ab2c9634657ebe0b220bc8c21f7d19050.tar.gz
[INSTALL] Update concerning "configure".
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@7277 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL7
1 files changed, 5 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 8b957eb3f..5a824843d 100644
--- a/INSTALL
+++ b/INSTALL
@@ -46,7 +46,9 @@ MPFR).
3. In the MPFR directory, to detect your system, type:
./configure
possibly with options (see below, in particular if this step or
- one of the following fails).
+ one of the following fails). You should also check whether WARNING
+ lines have been output (such a problem may cause a failure in one
+ of the following steps).
Note: paths provided in configure options must always be absolute
(relative paths are not supported).
@@ -167,7 +169,8 @@ specific architecture.
add -I and -L options to CPPFLAGS and LDFLAGS
*after* the ones that are currently declared,
so that DIR will have a lower precedence. Also,
- this may not work if DIR is a system directory.
+ this may not work if DIR is a system directory
+ (typically /usr or /usr/local).
--with-gmp-build=DIR assumes that DIR contains the GMP build directory,
and enables the use of GMP internals (see above).