|
From: Alla _ <mod...@gm...> - 2016-12-23 10:30:47
|
Hello!
I am trying to install Valgrind 3.12 for the whole day today (I had a 3.11
version, which worked fine, but on a previous, Mountain Lion, OS).
I have installed:
automake
autoconf
Then, upon downloading and unzipping the Valgrind-3.12 package,
cd this package
./autogen.sh
./configure --prefix=/usr/local
make
Final lines after make command:
Undefined symbols for architecture x86_64:
"___bzero", referenced from:
_hijack_thread_state in
libcoregrind-amd64-darwin.a(libcoregrind_amd64_darwin_a-syswrap-amd64-darwin.o)
_RRegUniverse__init in
libvex-amd64-darwin.a(libvex_amd64_darwin_a-host_generic_regs.o)
ld: symbol(s) not found for architecture x86_64
make[3]: *** [memcheck-amd64-darwin] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
I will be grateful for your help. I am working on a student's program now,
and I am a newbie in programming.
Thank you!
--
*Respectfully,*
*Alla*
|