From d89b568c461e5be457dc5f0006b6e74807007951 Mon Sep 17 00:00:00 2001 From: enge Date: Tue, 30 Aug 2011 16:00:19 +0000 Subject: 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 --- doc/mpc.texi | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') 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. -- cgit v1.2.1