|
From: Matthias F. <mat...@gm...> - 2007-03-17 20:03:01
|
Hi, i am new with valgrind. i downloaded the source and built it and installed it in $HOME/usr. That worked just fine. However, when i simply try to invoke valgrind it gives me the above (see email title) error message. I read a previous post where someone had a similar issue. According to that I found the memcheck executable in $HOME/usr/lib/valgrind/amd64-linux. So i put that directory in my PATH (via .bash_profile). So now it is in my path and when i try to execute it by itself it tells me it is not standalone but i should invoke valgrind. So i do that, but i still get the above error message. Is there something obvious I am doing wrong? -- Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer |
|
From: Julian S. <js...@ac...> - 2007-03-17 20:19:36
|
> Is there something obvious I am doing wrong? Hard to say. If you send the sequence of commands you use to build it, and the output of ./configure, that would help. J |