On Monday 29 March 2010, Max Ivanov wrote: > I am trying to compile shared lib dynamically linked with one set of > libs and statically with anoter. Static libs are provided by third > party
This is only possible if this 3rd party static library has been built with the correct set of flags (-fPIC I think). And you have to use special linker flags when linking it. In general this is not advisable. Do you have to do it this way ? Alex _______________________________________________ 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
