summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorpelissip <pelissip@280ebfd0-de03-0410-8827-d642c229c3f4>2004-11-19 10:28:33 +0000
committerpelissip <pelissip@280ebfd0-de03-0410-8827-d642c229c3f4>2004-11-19 10:28:33 +0000
commit68d7536264604dfa93c6540d11fd292e6e14e3ff (patch)
treef91de4922ebeac2e81dce72dc6629ea5c7b574c2 /INSTALL
parent8f2b96e63d25aba2d7e6231c407f270bdb168358 (diff)
downloadmpfr-68d7536264604dfa93c6540d11fd292e6e14e3ff.tar.gz
Fix typos in INSTALL.
Sort README.dev, and add a new section about How to write a MPFR function. Add a link to README.dev in mpfr-impl.h. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3106 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL6
1 files changed, 3 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index 092816f01..227030d34 100644
--- a/INSTALL
+++ b/INSTALL
@@ -72,8 +72,8 @@ In case of problem
grep "^CC\|^CFLAGS" GMPBUILD/Makefile
Then type (for example, under a sh-compatible shell):
- CC=<C compiler> CFLAGS=<compiler options> ./configure \
- --with-gmp-include=GMPBUILD --with-gmp-lib=GMPINSTALL/lib
+ ./configure --with-gmp-include=GMPBUILD --with-gmp-lib=GMPINSTALL/lib \
+ CC=<C compiler> CFLAGS=<compiler options>
And continue the install.
On some architectures, you should provide further options to match
@@ -88,7 +88,7 @@ In case of problem
indicating the machine and operating system used (uname -a), the compiler
and version used (gcc -v if you use gcc), the compile options used if any,
the version of GMP and MPFR used and a description of the problem
- encountered. Please send us also a log of the installation.
+ encountered. Please send us also a log of the installation (`config.log`).
Note that even if you can build MPFR with a C++ compiler you can't run
the test suite: C and C++ are not the same language!