Johan Hattne wrote:
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
I agree - but sometimes there a configure switch to disable rpath setting...
For instance, on readline - there is an option --disable-rpath - which
is broken...
guile has a similar option - not sure it works...
Ezra