On 06/01/09 10:12, Ezra Peisach wrote: > If you link against a library that has rpath defined - you will inherit > it in the executable...
But this is intended behaviour? If I compile against
${HOME}/lib/libguile* I wouldn't want the runtime linker to use
/usr/lib/libguile*, because presumably my build requires something that
/usr/lib/libguile doesn't provide.
// Cheers; Johan
