MantisBT - CMake |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0011547 | CMake | CMake | public | 2010-11-30 22:28 | 2011-01-12 07:56 |
|
Reporter | George Staikos | |
Assigned To | Brad King | |
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | Apple Mac | OS | OS X | OS Version | 10.4.10 |
Product Version | CMake 2.8.3 | |
Target Version | CMake 2.8.4 | Fixed in Version | CMake 2.8.4 | |
|
Summary | 0011547: 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. |
Steps To Reproduce | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | cmake-cross-apple.patch (2,462) 2010-11-30 22:28 https://public.kitware.com/Bug/file/3541/cmake-cross-apple.patch |
|
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 | |
2010-12-09 11:34 | Brad King | Assigned To | => Brad King |
2010-12-09 11:34 | Brad King | Status | new => assigned |
2010-12-09 11:35 | Brad King | Note Added: 0023848 | |
2010-12-09 11:35 | Brad King | Status | assigned => closed |
2010-12-09 11:35 | Brad King | Resolution | open => fixed |
2011-01-12 07:56 | David Cole | Fixed in Version | => CMake 2.8.4 |
2011-01-12 07:56 | David Cole | Target Version | => CMake 2.8.4 |