|
From: Alla _ <mod...@gm...> - 2016-03-15 10:42:06
|
Hello! I am a newbie, learning C programming. Have just tried to install Valgrind, following instructions in the README. Installation failed. My system: Mac OS X 10.7.5 Here are the steps I made: installed curl -OL http://ftpmirror.gnu.org/autoconf/autoconf-latest.tar.gz tar -xzf autoconf-latest.tar.gz cd autoconf-[x.xx] ./configure && make && sudo make install curl -OL http://ftpmirror.gnu.org/automake/automake-1.15.tar.gz tar -xzf automake-1.15.tar.gz cd automake-1.15 ./configure && make && sudo make install cd valgrind-3.11.0 ./autogen.sh ./configure make make install Here is the message I got in Terminal after make install command: make install-recursive Making install in include make[3]: Nothing to be done for `install-exec-am'. .././install-sh -c -d '/usr/local/include/valgrind' mkdir: /usr/local/include/valgrind: Permission denied make[3]: *** [install-nobase_pkgincludeHEADERS] Error 1 make[2]: *** [install-am] Error 2 make[1]: *** [install-recursive] Error 1 make: *** [install] Error 2 *Respectfully,* *Alla* |