libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

$ORIGIN on various platforms


From: rajesh K P
Subject: $ORIGIN on various platforms
Date: Wed, 16 Feb 2005 07:55:12 -0700

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
 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]