summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpelissip <pelissip@280ebfd0-de03-0410-8827-d642c229c3f4>2004-09-29 12:21:03 +0000
committerpelissip <pelissip@280ebfd0-de03-0410-8827-d642c229c3f4>2004-09-29 12:21:03 +0000
commit8829f04a918c0433e272f20a93a5bdc1fc4e85f0 (patch)
treed562a323a026e21be2c0224157d2e9c708c77ebb
parenta974b05ee4a1583be2648d6cb0792bb0ee913221 (diff)
downloadmpfr-8829f04a918c0433e272f20a93a5bdc1fc4e85f0.tar.gz
Update INSTALL about C++
Update TODO and VERSION. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3005 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r--INSTALL4
-rw-r--r--TODO5
2 files changed, 9 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index dba032ff2..8866341d1 100644
--- a/INSTALL
+++ b/INSTALL
@@ -88,6 +88,10 @@ In case of problem
the version of GMP and MPFR used and a description of the problem
encountered. Please send us also a log of the installation.
+ 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!
+ You should use a C compiler instead.
+
Notes on Windows
================
diff --git a/TODO b/TODO
index 6221ff429..b44e679fc 100644
--- a/TODO
+++ b/TODO
@@ -42,6 +42,11 @@ Installation:
- Build a dynamic library (.so / .dll).
+- Maybe use the autotools to manage properly the version number,
+ ie create mpfr.texi.in, mpfr.h.in, version.c.in, VERSION.in
+ and substitute MPFR_MAJOR_VERSION, MPFR_MINOR_VERSION,
+ MPFR_PATCHLEVEL_VERSION within configure?
+
Changes in existing functions:
- merge mpfr_inp_str, mpfr_set_str to use mpfr_strtofr