Passing LD_RUN_PATH through to the linker

2022-12-14 Thread Kevin R. Bulgrien
look in autotools/libtool structure to get DT_RPATH set in the linked binaries or comment on whether this is even an option with libtool? I'm finding difficulty differentiating between -R and -rpath for libtool versus similar switches for ld. -- Kevin R. Bulgrien

Re: Passing LD_RUN_PATH through to the linker

2022-12-15 Thread Kevin R. Bulgrien
> Can anyone offer a pointer on where to look in autotools/libtool structure > to get DT_RPATH set in the linked binaries or comment on whether this is > even an option with libtool? I'm finding difficulty differentiating > between -R and -rpath for libtool versus similar switches for ld. -- Kevin R. Bulgrien

Re: Passing LD_RUN_PATH through to the linker

2022-12-15 Thread Kevin R. Bulgrien
00013 (RELENT) 8 (bytes) 0x (NULL) 0x0 I'm assuming there must be something else different in the way we build. Regards, Kevin R. Bulgrien