|
From: Eduardo M. <ea...@us...> - 2005-07-26 15:40:39
|
I built valgrind and when I execute valgrind --tools=helgrind ls -la it says that helgrind is not a tool that is available, but I see in the source that it is there What can I do to build it??. Regards, Eduardo A. Munoz |
|
From: Tom H. <to...@co...> - 2005-07-26 15:51:20
|
In message <OF4...@us...>
Eduardo Munoz <ea...@us...> wrote:
> I built valgrind and when I execute valgrind --tools=helgrind ls -la it
> says that helgrind is not a tool that is available, but I see in the
> source that it is there
> What can I do to build it??.
As explained in the NEWS file for valgrind 2.4.0 the helgrind tool
is not available in that release:
: * On the downside, Valgrind can no longer report misuses of the POSIX
: PThreads API. It also means that Helgrind currently does not work.
: We hope to fix these problems in a future release.
If you want to use helgrind you will to use valgrind 2.2.0 I'm afraid.
Tom
--
Tom Hughes (to...@co...)
http://www.compton.nu/
|