diff options
author | jeandel <jeandel@280ebfd0-de03-0410-8827-d642c229c3f4> | 2000-07-11 11:44:56 +0000 |
---|---|---|
committer | jeandel <jeandel@280ebfd0-de03-0410-8827-d642c229c3f4> | 2000-07-11 11:44:56 +0000 |
commit | 441ea82eeea43d194ed8448fb2c5b3c35bde9342 (patch) | |
tree | bda122e55ec1269ba94b26326ee3885e2f0ec161 /INSTALL | |
parent | 5065d9708e6a9f675eb8ac7f1e20f57067afb9a7 (diff) | |
download | mpfr-441ea82eeea43d194ed8448fb2c5b3c35bde9342.tar.gz |
Bug Fixed, and installation guide made
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@675 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 23 |
1 files changed, 18 insertions, 5 deletions
@@ -10,13 +10,25 @@ ln -s mpn/gmp-mparam.h . -1. type "./Configure" and answer to the questions +We have now a new autoconf script, but you can still you the old ./Configure -2. type "make" (produces libmpfr.a) -3. type "make doc" to produce the documentation (DVI file mpfr.dvi) +old ./Configure new autoconf +--------------- --------------- +1. type "./Configure" and answer 1. type "./configure --help", +to the questions to see the options you have to choose + For most users, "./configure --with-gmp=DIR" + will suffice. + +2. type "make" (produces libmpfr.a) 2. type "make" (produces libmpfr.a and + tests files) -4. type "cd tests; make" (produces and runs the test files) +3. type "make doc" to produce 3. type "make dvi" to produce the +the documentation documentation (DVI file mpfr.dvi) + (DVI file mpfr.dvi) + +4. type "cd tests; make" 4. type "cd tests; make tests" +(produces and runs the test files) (runs the test files) Notes: @@ -33,7 +45,8 @@ Known problems. =============== 1) On some architectures (for example Alpha/OSF), the default 'make' command -crashes in step 3. GNU make is preferred. +crashes in step 3 with old Configure . GNU make is preferred. There is no +problem with autconf script. 2) Under HP-UX, Pentium/Linux and AIX, don't use the -pedantic option, otherwise gcc complains with the longlong.h file from GMP. |