Hi,
Since there are no recent valgrind/callgrind releases
and it's recommended to build from CVS, I'd like to
report a few issues when buildign from CVS:
1) The README file refers to an INSTALL file but that
file is missing.
2) The README file explains how to build a released
distribution, but doesn't explain how to buidl form
CVS. Compare to valgrind's README which does explain that:
Building and installing it
~~~~~~~~~~~~~~~~~~~~~~~~~~
To install from CVS :
[...]
To install from a tar.bz2 distribution:
[...]
3) The preferred way to build from CVS seems to be
autogen.sh, but that script is broken:
aclocal
autoconf
automake
Compare to valgrind's autogen.sh
#!/bin/sh
run ()
{
[...]
}
run aclocal
run autoheader
run automake -a
run autoconf
Could you fix autogen.sh by adding the "-a" option to
"automake" and "autoconf"?
Logged In: YES
user_id=52414
See also this thread:
http://thread.gmane.org/gmane.comp.debugging.valgrind/2632