|
From: McKee, H. <hug...@sy...> - 2006-08-07 03:49:38
|
Hi,
I fully expect that it is something that I have done but when I type make
install I get at the end of it
/bin/sh: -c: line 1: syntax error near unexpected token `;'
/bin/sh: -c: line 1: `if [ -n "memcheck-x86-linux
vgpreload_memcheck-x86-linux.so " ] ; then for f in memcheck-x86-linux
vgpreload_memcheck-x86-linux.so ; do p=`echo $f | sed -e 's/^[^-]*-//' -e
's/\..*$//'`; n=`echo $f | sed -e 's/-[^-]\{1,\}-[^-.]\{1,\}//'`;
/home/dbi/val/valgrind-3.2.0/install-sh -d /usr/local/lib/valgrind/$p;
/usr/bin/install -c $f /usr/local/lib/valgrind/$p/$n; done ; fi ; if [ -n
"" ] ; then for f in ; do if expr match $f libcoregrind_ > /dev/null ;
then pU=`echo $f | sed -e 's/libcoregrind_//g' -e 's/\.a//g'` ; pD=`echo
$pU | sed -e 's/_/-/g'` ; /usr/bin/install -c -m 644 $f
/usr/local/lib/valgrind/$pD/libcoregrind.a ; /usr/bin/install -c -m 644
../VEX/libvex_$pU.a /usr/local/lib/valgrind/$pD/libvex.a ; fi ; done ;
fi'
make[4]: *** [install-exec-local] Error 2
make[4]: Leaving directory `/home/dbi/val/valgrind-3.2.0/memcheck'
make[3]: *** [install-am] Error 2
make[3]: Leaving directory `/home/dbi/val/valgrind-3.2.0/memcheck'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory `/home/dbi/val/valgrind-3.2.0/memcheck'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/dbi/val/valgrind-3.2.0'
make: *** [install] Error 2
And then when I try to run valgrind I get the following.
valgrind ls -l
valgrind: failed to start tool 'memcheck' for platform 'x86-linux': No such
file or directory
Can anyone tell me what I've actually stuffed up in the install. I did
./configure, make, make install.
**********************************************************************
This email and any attachments are confidential. They may contain legally privileged information or copyright material. You should not read, copy, use or disclose them without authorisation. If you are not an intended recipient, please contact us at once by return email and then delete the original message and all copies. We do not accept liability in connection with computer virus, data corruption, delay, interruption, unauthorised access or unauthorised amendment.
**********************************************************************
|