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
_______________________________________________
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

Reply via email to