|
From: Nicholas N. <nj...@cs...> - 2005-06-12 20:49:32
|
On Sun, 12 Jun 2005, Jeroen N. Witmond wrote: >> My question is: is the $VALGRINDLIB environment variable ever actually >> used to change the libdir to something other than the default? Could we >> safely kill it?? > > It is used by tests/vg_regtest.in. Perhaps it can be replaced by > LD_LIBRARY_PATH, but I haven't tested this. Oh, it's used to let you run Valgrind from a tree without having to do "make install". I use it every time I run Valgrind, but I forgot about it because it's hidden behind an alias. So I'll leave it in :) N |