Tagged Questions
6
votes
2answers
2k views
How to get RPATH with $ORIGIN to work on Code::Blocks GCC?
I'm trying to link an RPATH containing the special string $ORIGIN into an executable built using GCC with the Code::Blocks IDE. I've specified
-Wl,-R$ORIGIN
in the linker options for the project, ...