Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - [QNX 7] $ORIGIN at DT_RPATH: (1 Item)
   
[QNX 7] $ORIGIN at DT_RPATH  
I've got beagleboard with QNX7. And trying to make an application that depends on a library in subfolder relative to 
main binary. 
E.g.:
/path/to/app/main.bin
/path/to/app/lib/libmy.so
       
readelf shows correct DT_RPATH entry like "$ORIGIN/lib", however  the app can't be launched due missed library. I've 
verified build script on Ubuntu host, i's OK.

My question is does QNX support $ORIGIN tag as path to he executable?

Thanks in advance.
/Ivan