[Cmake] Question about shared library versioning

Andy Cedilnik andy.cedilnik at kitware.com
Fri Mar 28 08:18:50 EST 2003


Hi Ian,

How about:

SET(CMAKE_SHARED_MODULE_LINK_FLAGS "${CMAKE_SHARED_MODULE_LINK_FLAGS}
-export-dynamic")
SET(CMAKE_SHARED_MODULE_LINK_CXX_FLAGS
"${CMAKE_SHARED_MODULE_LINK_CXX_FLAGS} -export-dynamic")

			Andy

On Thu, 2003-03-27 at 21:03, Ian Main wrote:
> Actually on a similar note, something wich I need support for is
> the -export-dynamic flag to ld.  This is needed to make all symbols
> available for modules that you open with dlopen().





More information about the CMake mailing list