RPATH problem!

2007-01-18 Thread rajesh K P
Hi, I'm using libtool 1.5.22, and have a problem with the RPATH setting in the executable that I create. This is especially a problem on Linux and AIX platforms since RPATH has highest precedence while looking for the executables binary dependency. So I cannot override it using env. variable LD

How to avoid setting default 'libdir' in the RPATH of the binary?

2006-12-22 Thread rajesh K P
Hi, I'm using libtool 1.5.22, and have a problem with the RPATH setting in the executable that I create. This is especially a problem on Linux and AIX platforms since RPATH has highest precedence while looking for the executables binary dependency. So I cannot override it using env. variable LD

$ORIGIN on various platforms

2005-02-16 Thread rajesh K P
Hi,  On Solaris and Linux platforms the $ORIGIN variable as RPATH is supported and is working.  For AIX '$ORIGIN/../lib' is part of the '-blibpath:' option and after compiling and linking, Using objdump, I see the $ORIGIN../lib in the RPATH section, but still it is not able to find the libraries