|
From: Jeremy F. <je...@go...> - 2003-11-14 16:58:34
|
On Fri, 2003-11-14 at 03:39, Test Valgrind wrote: > I guess both the times the valgrind was compiled and installed > correctly. I also tried once with ./configure only (i.e. without giving > prefix option). Also tried using the setting up specific paths. But > still all the time I am getting the segmentation fault whenever I run > "./valgrind ls -al". Why "./valgrind"? If you're doing this in your build tree this won't run your freshly build version, but the one in <prefix>/lib/valgrind. You need to use "./valgrind --in-place=.." to make sure you get all-new bits running together. J |