diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2011-04-05 08:45:37 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2011-04-05 08:45:37 +0000 |
commit | d626245974abf5303042922e9753198b3163a3d1 (patch) | |
tree | 68432c601e2fc854ee2439df1ea2f2826c664603 /INSTALL | |
parent | 3e4ee7f278dd46cb8e8eb00341c566e009e2d2b4 (diff) | |
download | mpfr-d626245974abf5303042922e9753198b3163a3d1.tar.gz |
[INSTALL,doc/mpfr.texi] Say that mpfr@loria.fr is the MPFR mailing-list.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@7620 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -402,12 +402,13 @@ For instance, under Unix, where paths are separated by a colon: setenv LIBRARY_PATH "/usr/local/lib:/other/path/lib" setenv LD_LIBRARY_PATH "$LIBRARY_PATH" -If you can't solve your problem, you should contact us at <mpfr@loria.fr>, -indicating the machine and operating system used (uname -a), the compiler -and version used (gcc -v if you use gcc), the configure options used if -any (including variables such as CC and CFLAGS), the version of GMP and -MPFR used, and a description of the problem encountered. Please send us -also the log of the "configure" (config.log). +If you can't solve your problem, you should contact us via the MPFR +mailing-list <mpfr@loria.fr>, indicating the machine and operating system +used (uname -a), the compiler and version used (gcc -v if you use gcc), +the configure options used if any (including variables such as CC and +CFLAGS), the version of GMP and MPFR used, and a description of the +problem encountered. Please send us also the log of the "configure" +(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! You should use a C |