Re: $ORIGIN in RPATHs

2000-10-10 Thread Ganesan Rajagopal
Alexandre Oliva <[EMAIL PROTECTED]> writes: > On Oct 10, 2000, Ganesan Rajagopal <[EMAIL PROTECTED]> wrote: > > > While we are on this topic, how about modifying libtool to add a > > $ORIGIN in a program RPATH instead of an hardcoded path if > > possible? This case should be trivial when libdir

Re: $ORIGIN in RPATHs

2000-10-09 Thread Alexandre Oliva
On Oct 10, 2000, Ganesan Rajagopal <[EMAIL PROTECTED]> wrote: > While we are on this topic, how about modifying libtool to add a > $ORIGIN in a program RPATH instead of an hardcoded path if > possible? This case should be trivial when libdir and bindir are > subdirectories of prefix. This would

$ORIGIN in RPATHs

2000-10-09 Thread Ganesan Rajagopal
I would like to add an RPATH with $ORIGIN (supported on Solaris and GLIBC platforms), but libtool complains that an absolute path is needed. A following trivial fix to ltmain.in fixes the problem. The patch is against the top of the multi-language-branch. ltmain.in patch start -