summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2009-11-24 15:23:36 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2009-11-24 15:23:36 +0000
commit8ae4ad5784baa52fcb6c46424d81bfb557c70f5d (patch)
tree6879c1038f96227c58dbeaf366aab2c9c935d03d
parent0695a3fe37de16dcf711261f85f5c44224c1834e (diff)
downloadmpfr-8ae4ad5784baa52fcb6c46424d81bfb557c70f5d.tar.gz
INSTALL: made instructions more clear.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/branches/2.4@6565 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r--INSTALL10
1 files changed, 6 insertions, 4 deletions
diff --git a/INSTALL b/INSTALL
index dbe7d08d9..d258fa916 100644
--- a/INSTALL
+++ b/INSTALL
@@ -165,11 +165,13 @@ You can see the latter with the following command:
if the GMP build directory is available. Then type:
- ./configure <configure options> CC=<C compiler> CFLAGS=<compiler options>
+ ./configure <configure options> CC=<C compiler> CFLAGS="<compiler options>"
-and continue the install. On some platforms, you should provide further
-options to match those used by GMP, or set some environment variables.
-For instance, see the "Notes on AIX/PowerPC" section below.
+(quotes are needed when there are spaces or other special characters
+in the CC/CFLAGS value) and continue the install. On some platforms,
+you should provide further options to match those used by GMP, or set
+some environment variables. For instance, see the "Notes on AIX/PowerPC"
+section below.
Warning! Do NOT use optimization options that can change the semantics
of math operations, such as GCC's -ffast-math or Sun CC's -fast.