|
From: Dimitri Papadopoulos-O. <pap...@sh...> - 2003-11-14 12:58:49
|
Hi, > I downloaded the valgrind sources (both Valgrind version 20031012 and > valgrind-2.0) from http://valgrind.kde.org. > > As per the README, used the following commands > > ./configure --prefix /usr/local/bin I think you mean: ./configure --prefix=/usr/local > make > make install > > 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". This works for me: valgrind ls -al In which directory does this happen? > Can anybody tell me what could be the problem? Any information/steps > about this issues is welcome! Could you describe the system the segfault happens on? -- Dimitri |