|
From: Arun J. <jai...@gm...> - 2007-02-16 17:32:01
|
Hello Group,
I am new to the group and this is my first attempt to install valgrind on my
Linux box.
I successfully passed
./configure and
make
However, when I did
'make install' // I tried as root as well as in my user name
Both times it came up with the following errors.
*******************************
for f in vgpreload_core-x86-linux.so ; do \
p=`echo $f | sed -e 's/^[^-]*-//' -e 's/\..*$//'`; \
n=`echo $f | sed -e 's/-[^-]\{1,\}-[^-.]\{1,\}//'`; \
mkdir -p ../.in_place/$p; \
rm -f ../.in_place/$p/$n; \
ln -f -s ../../coregrind/$f ../.in_place/$p/$n; \
done
rm: cannot remove `../.in_place/x86-linux/vgpreload_core.so': Permission
denied
ln: cannot remove `../.in_place/x86-linux/vgpreload_core.so': Permission
denied
make[3]: *** [all-local] Error 1
make[3]: Leaving directory `/home/w1036/valgrind/valgrind-3.2.3/coregrind'
make[2]: *** [install] Error 2
make[2]: Leaving directory `/home/w1036/valgrind/valgrind-3.2.3/coregrind'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/w1036/valgrind/valgrind-3.2.3'
make: *** [install] Error 2
******************************
Could some one help me what more I need to do.
Thanks in advance.
Nagrik
|