summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2011-08-30 16:00:19 +0000
committerenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2011-08-30 16:00:19 +0000
commitd89b568c461e5be457dc5f0006b6e74807007951 (patch)
treef7cee11fd04ff234f73847a915273b98557139d2 /doc
parent882fc984ed9c96fe5fc37baca12a831e59059e87 (diff)
downloadmpc-d89b568c461e5be457dc5f0006b6e74807007951.tar.gz
configure.ac: correct default for --enable-valgrind-tests to "no",
enable only with --disable-shared mpc.texi, README.dev: documentation of change git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@1043 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'doc')
-rw-r--r--doc/mpc.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/mpc.texi b/doc/mpc.texi
index 98b3d78..527689c 100644
--- a/doc/mpc.texi
+++ b/doc/mpc.texi
@@ -164,6 +164,8 @@ specify an alternative installation location instead of
To enable checking for memory leaks using @command{valgrind} during
@code{make check}, add the parameter @code{--enable-valgrind-tests}.
+This can only be used on static libraries, so you need to pass
+@code{--disable-shared} at the same time.
If for debugging purposes you wish to log calls to GNU MPC functions from
within your code, add the parameter @samp{--enable-logging}.
@@ -180,6 +182,8 @@ precisions of its real and imaginary part are specified and the argument
itself is printed in hexadecimal via the function
@code{mpc_out_str}
(@pxref{String and Stream Input and Output}).
+The option requires a dynamic library, so it may not be combined with
+@code{--disable-shared}.
Use @samp{./configure --help} for an exhaustive list of parameters.