|
From: Jeremy F. <je...@go...> - 2005-03-22 18:10:58
|
Scott Mills wrote:
> Can anyone confirm/deny my suspicions and provide insight on what the
> - -Wl,-rpath,/lib -L/lib flags are and how they are used?
>
-rpath sets the runtime linkers search path, and it takes precident over
all other path settings, including LD_LIBRARY_PATH (which is what
Valgrind 2.2.0 relies on to substitute its own libpthread).
This is all moot now, since Valgrind 2.4.0 doesn't have its own
libpthread anymore, in faviour of using the system libpthread.
J
|