|
From: Jeremy F. <je...@go...> - 2005-02-09 19:47:13
|
On Wed, 2005-02-09 at 19:42 +0000, Tom Hughes 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. J |