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
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
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