|
From: Jeffrey W. <nol...@gm...> - 2016-06-18 09:19:40
|
Hi Everyone, I downloaded, built and installed the latest Valgrind from sources. There were no special config options - just './config' (IIRC). After installation I deleted Valgrind source and build directory. I'm experiencing the following on Solaris 11.3 (x86_64): $ valgrind ./cryptest.exe valgrind: failed to start tool 'memcheck' for platform 'amd64-solaris': No such file or directory And: $ which valgrind /usr/local/bin/valgrind Someone's blog post appears to be telling me to put one of the build directories on-path: http://gallinar.blogspot.com/2011/07/valgrind-failed-to-start-tool-memcheck.html. How do I fix this issue? Thanks in advance. Jeff |