From: Patrick J. L. <lop...@gm...> - 2019-10-16 01:12:01
|
> If I run strings against the valgrind binary, I see the full pathname to valgrinds library …/output/debug/valgrind/install/lib/valgrind which of course is not right, it needs to be /lib/valgrind. FWIW, I have had no problem relocating a Valgrind installation tree and then setting the VALGRIND_LIB environment variable so it can find its support files. This is (sort of) documented in the README_DEVELOPERS file in the distribution. - Pat |