|
From: Tom H. <to...@co...> - 2005-12-12 17:28:43
|
In message <1134372564.23613.7.camel@localhost.localdomain>
Mads Jepsen <mad...@mo...> wrote:
> I only build it once on the amd64 box and then installed it there.
Can you run valgrind under strace and see what you get - something
like this:
strace -o strace.out valgrind --tool=memcheck date
and then send in the strace.out file error.
> On Sun, 2005-12-11 at 14:57 +0000, Tom Hughes wrote:
> > In message <1133958570.25925.34.camel@localhost.localdomain>
> > Mads Jepsen <mad...@mo...> wrote:
> >
> > > I have tried to install valgrind to a non default path:
> > > ./configure --prefix some-path
> > > make all
> > > make install
> > > There is no problem in the x86 instalation, but for the amd64-linux I
> > > get the following error message:
> > > valgrind: failed to start tool 'memcheck' for platform 'amd64-linux': No
> > > such file or directory
> > >
> > > Memcheck is located at ../lib/valgrind/amd64-linux/ relative to the bin
> > > directory. Which is the same relative path as x86-linux.
> >
> > Can I ask you to clarify exactly how you built and installed
> > valgrind? Did you build it once on an amd64 box or did you try and
> > build it twice, once for x86 and once for amd64 and then install
> > them both on the same box?
Tom
--
Tom Hughes (to...@co...)
http://www.compton.nu/
|