I'm assuming this is with Linux. You can do this in a couple different ways. 1 - you can use the LD_LIBRARY_PATH variable to dynamically add *aghem* libraries to the ...
The use of dynamically linked libraries makes a lot of sense when it comes to keeping system binaries small, but can generate some head-scratching problems when you are trying to install or run ...
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, ...