|
From: Susan M. <sma...@uc...> - 2006-11-11 03:09:45
|
Hello, everyone! I'm sorry to bother you, but I have seem to be having an issue running valgrind. I ran ./configure --prefix=PATH and it created a binary valgrind as it should have. It also created a bin/lib/valgrind/amd64-linux where there are lots of binaries. Here is the error that I get when I run: valgrind --leak-check=yes gc_heur valgrind: failed to start tool 'memcheck' for platform 'amd64-linux': No such file or directory Does anyone have any advice? I'm sure that this is something small and simple that will be fixed instantly with the right command. :) Thank you for your time! I appreciate it! Best, Susan |
|
From: Julian S. <js...@ac...> - 2006-11-11 03:16:55
|
- Presumably you didn't just run ./configure but then did make and then make install, yes? - You sure there is no previous installation it might be conflicting with? What happens when you do /path/to/PREFIX/bin/valgrind -v -d date J On Saturday 11 November 2006 03:08, Susan Margulies wrote: > Hello, everyone! I'm sorry to bother you, but I have seem to be having > an issue running valgrind. I ran ./configure --prefix=PATH and it > created a binary valgrind as it should have. It also created a > bin/lib/valgrind/amd64-linux where there are lots of binaries. > > Here is the error that I get when I run: > > valgrind --leak-check=yes gc_heur > > valgrind: failed to start tool 'memcheck' for platform 'amd64-linux': > No such file or directory > > Does anyone have any advice? I'm sure that this is something small and > simple that will be fixed instantly with the right command. :) > > Thank you for your time! I appreciate it! > > Best, > Susan > > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Valgrind-users mailing list > Val...@li... > https://lists.sourceforge.net/lists/listinfo/valgrind-users |