|
From: Nicholas N. <nj...@cs...> - 2005-02-09 20:37:17
|
On Wed, 9 Feb 2005, Jeremy Fitzhardinge wrote: >> Am I right in thinking that now that we have dropped the custom >> pthread library valgrind no longer needs to add it's own library >> directory to the front of LD_LIBRARY_PATH for the target? The >> only shared objects we load into the target now are the preload >> libraries which use LD_PRELOAD to get loaded. > > Oh, good point. I hadn't really thought about it, but I was mentally > conflating the two. Yeah, I don't think we need to touch > LD_LIBRARY_PATH at all now. Well spotted, Tom. Chalk up one more point for the benefits of libpthread-removal! N |