|
From: Julian S. <js...@ac...> - 2008-02-25 12:35:09
|
> Anyway, I ran the built 3.3.0 version and I don't have that problem: > > valgrind: failed to start tool 'addrcheck' for platform 'x86-linux': \ > > No such file or directory > > So I take it the tarball does not include what you have to have > to be able to run valgrind. Seriously .. did you think we'd release a source tarball from which you can't build a working system? It sounds like you have some junk hanging around in either a .valgrindrc file(s) and/or in equivalent environment variables. (I don't remember the name, but env | grep VALGRIND should find any such). Get rid of all such. addrcheck has been dead for a good two years, having been folded back into Memcheck (from whence it originally came). J |