|
From: <kha...@he...> - 2004-10-12 17:25:19
|
I get the following error from valgrind:
==13322== Valgrind detected that your program requires
==13322== the following unimplemented functionality:
==13322== clone(): not supported by Valgrind.
We do now support programs linked against
libpthread.so, though. Re-run with -v and ensure that
you are picking up Valgrind's implementation of libpthread.so.
Rerunning with -v shows that I am indeed not getting valgrind's
libpthread, but /lib/tls/libpthread-0.61.so. How do I get it to use
the correct library?
I have installed valgrind in a nonstandard directory (with the
--prefix configure switch); could this be the problem?
--
Karl Hasselström, kh...@tr...
www.treskal.com/kalle
|