On 2010-06-01, Trent Gamblin<trent@xxxxxxxxxx> wrote:
On Tue, June 1, 2010 3:06 pm, Jon Rafkind said:
`rpath' can be added to the pkg-config stuff.
$ pkg-config allegro-4.9 --libs
-lallegro -R /usr/local/lib/allegro
Ok, got nothing really against it then.
I do. See here, for example: http://wiki.debian.org/RpathIssue
I don't like that RPATH takes precedence over everything.
It means you basically can't move the shared libraries at all, or
override the library for a specific binary.
RUNPATH is a bit better, as it has lower precedence. But it's still
not worth the trouble.