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 during execution, it seems that it is not able to resolve $ORIGIN On HPUX, the libraries get resolved only if the complete binary path is entered during execution, here again seems like it is not able to resolve the $ORIGIN variable! Is $ORIGIN supported on HPUX and AIX platforms? Any relevant links on the subject would be helpful. Thanks -KPRajesh |
_______________________________________________ http://lists.gnu.org/mailman/listinfo/libtool