|
From: Anand V. <ava...@gm...> - 2007-03-05 05:30:44
|
Hi, I am unable to start valgrind on Redhat Linux. Following is the error and the OS details. st-lnx08:$ pwd /home/anvallab/valg/bin st-lnx08:$ valgrind ls -l valgrind: failed to start tool 'memcheck' for platform 'x86-linux': No such file or directory st-lnx08:$ uname -a Linux st-lnx08 2.6.5-7.191-bigsmp #1 SMP Tue Jun 28 14:58:56 UTC 2005 i686 i686 i386 GNU/Linux st-lnx08:$ I looked in the archives but was unable to find the right answer for this issue. Thanks for your help. |
|
From: Tom H. <to...@co...> - 2007-03-05 08:20:31
|
In message <dbc...@ma...>
Anand Vallabhajosula <ava...@gm...> wrote:
> I am unable to start valgrind on Redhat Linux. Following is the error and
> the OS details.
>
> st-lnx08:$ pwd
> /home/anvallab/valg/bin
> st-lnx08:$ valgrind ls -l
> valgrind: failed to start tool 'memcheck' for platform 'x86-linux': No such
> file or directory
> st-lnx08:$ uname -a
> Linux st-lnx08 2.6.5-7.191-bigsmp #1 SMP Tue Jun 28 14:58:56 UTC 2005 i686
> i686 i386 GNU/Linux
> st-lnx08:$
>
> I looked in the archives but was unable to find the right answer for this
> issue.
Well if you valgrind with -d then we'll be able to tell you for
sure, but at a guess you haven't installed valgrind where you
told configure you were going to install it.
Did you use --prefix=/home/anvallab/valg at configure time?
Tom
--
Tom Hughes (to...@co...)
http://www.compton.nu/
|
|
From: Anand <ava...@gm...> - 2007-03-11 06:35:18
|
Tom Hughes <tom <at> compton.nu> writes: > Well if you valgrind with -d then we'll be able to tell you for > sure, but at a guess you haven't installed valgrind where you > told configure you were going to install it. > > Did you use --prefix=/home/anvallab/valg at configure time? > > Tom > Hi Tom, Thanks for your quick response. It turned out that I compiled/installed valgrind on Redhat and tried running it on SuSE. valgrind is running fine on Redhat. Regards, Anand |