Search Results

0
votes
2answers
403 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 …
0
votes

How to get RPATH with $ORIGIN to work on Code::Blocks GCC?

Whoever decided to make the token $ORIGIN is an evil bastard who deserves a special place in programmer hell. Since '$' is a special character for bash and other scripting languages like make, it s …
1
vote

Is there a Windows/MSVC equivalent to the -rpath linker flag?

Sadly there is no direct analogue to RPATH. There are a number of alternative possibilities, each of them most likely undesirable to you in its own special way. Given that you need a differ …