0
votes
2answers
430 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 …
4
votes
wxwidgets setup.h “no such file”
wxWidgets is not built into useable libraries when you "install" the wxMSW installer. This is because there are so many configurable elements, which is precisely what the setup.h you refer to is fo …
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 …
