[CMake] cmake hp-ux binary creates .sl libraries rather than .so libraries.

Tyler Roscoe tyler at cryptio.net
Tue Apr 28 11:15:02 EDT 2009


On Tue, Apr 28, 2009 at 12:37:53PM +0530, ankit jain wrote:
> I am building my code on hp-ux itanium 64 bit. but the cmake binaries that
> are available for hp-ux are for PA_RISC due to which when iam building my
> code the shared libraries got .sl extension rather than .so.

I believe .sl is the correct extension for shared libraries on HPUX:

http://www.google.com/search?q=hpux+shared+libraries+extension

If you want to do something different (which doesn't seem like a good
idea but I don't know much about hpux), look at
CMAKE_SHARED_LIBRARY_SUFFIX.

tyler


More information about the CMake mailing list