2011/8/3 Jesse Reynolds <jesse at opencsw.org>: > EXTRA_CFLAGS = -xnorunpath This was under the assumption that it's a C (not C++) code. To enable the same thing for C++ binaries, set: EXTRA_CXXFLAGS = -norunpath (I'm not sure if this is what the problem is, it's a guess that it's a C++ binary.) Maciej