On 30. Sep, 2010, at 18:10 , David Aldrich wrote: > Hi Marcel > >> Considering all the hassle you have to go through. Why don't you build a >> shared libKernel.so library and let the runtime loader fix all the >> issues you're now trying to solve compile/link time? > > Thanks for your suggestion. I'm not sure how that would work out. At start-up > the runtime linker would only need to resolve issues between main.cpp, > libKernel.so and libPython.so. Later I will dlopen some more libraries that > need libKernel. Would the runtime linker handle that? > > BR > > David
yes, because shared when a shared library is created, ALL symbols get included (provided they are exported, which is the default on *NIX systems). Michael -- There is always a well-known solution to every human problem -- neat, plausible, and wrong. H. L. Mencken
PGP.sig
Description: This is a digitally signed message part
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake