Linux ld.so/ld uses relative paths by default, and I'm not even sure LD_LIBRARY_PATH can be hardcoded in by ld. <BR><BR>Number17, if its a temporary thing, use LD_LIBRARY_PATH.
I am writing a piece of software the depends on numerous libraries, among them Xerces-C, which does not provide an easy way to build a statically-linked library. My software is distributed as source, ...