[cmake-developers] [CMake 0011547]: Cross compile on Mac Host to non-Mac Target generates invalid soname
Mantis Bug Tracker
mantis at public.kitware.com
Tue Nov 30 22:28:06 EST 2010
The following issue has been SUBMITTED.
======================================================================
http://public.kitware.com/Bug/view.php?id=11547
======================================================================
Reported By: George Staikos
Assigned To:
======================================================================
Project: CMake
Issue ID: 11547
Category: CMake
Reproducibility: always
Severity: major
Priority: normal
Status: new
======================================================================
Date Submitted: 2010-11-30 22:28 EST
Last Modified: 2010-11-30 22:28 EST
======================================================================
Summary: Cross compile on Mac Host to non-Mac Target
generates invalid soname
Description:
The soname generation code is compile-time selected instead of runtime selected.
The result is that a Mac compiled cmake used to crosscompile Mac->Unix
generates SOs of the form libfoo.x.y.so instead of libfoo.so.x.y as expected.
Attached patch fixes it.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2010-11-30 22:28 George Staikos New Issue
2010-11-30 22:28 George Staikos File Added: cmake-cross-apple.patch
======================================================================
More information about the cmake-developers
mailing list