MantisBT - CMake | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0012916 | CMake | Modules | public | 2012-01-27 16:24 | 2016-06-10 14:31 |
Reporter | kentwilliams | ||||
Assigned To | Kitware Robot | ||||
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | moved | ||
Platform | Mac | OS | OS X | OS Version | 10.x |
Product Version | CMake 2.8.7 | ||||
Target Version | Fixed in Version | ||||
Summary | 0012916: FindDCMTK.cmake leaving out oflog & bad ordering for Linux linker | ||||
Description | DCMTK has a library called 'oflog' that is needed by other DCMTK libraries. It is left out of the list of libraries added to DCMTK_LIBRARIES in FindDCMTK.cmake On Linux (RHEL6 at least) the linker is stupid, and unless DCMTK's ofstd library is after oflog in the linker list, oflog can't find several symbols that live in ofstd. | ||||
Steps To Reproduce | Try to build a program that uses DCMTK | ||||
Additional Information | Patch to fix: *** /opt/cmake/share/cmake-2.8/Modules/FindDCMTK.cmake 2011-10-04 16:51:26.000000000 -0500 --- /raid0/homes/kent/FindDCMTK.cmake 2012-01-27 15:23:02.428630000 -0600 *************** *** 56,61 **** --- 56,62 ---- ijg12 ijg16 ijg8 + oflog ofstd) find_library(DCMTK_${lib}_LIBRARY | ||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2012-01-27 16:24 | kentwilliams | New Issue | |||
2012-03-14 11:03 | Michael Onken | Note Added: 0028918 | |||
2012-04-11 18:13 | Rolf Eike Beer | Category | CMake => Modules | ||
2012-08-11 21:35 | David Cole | Status | new => backlog | ||
2012-08-11 21:35 | David Cole | Note Added: 0030394 | |||
2016-06-10 14:28 | Kitware Robot | Note Added: 0041973 | |||
2016-06-10 14:28 | Kitware Robot | Status | backlog => resolved | ||
2016-06-10 14:28 | Kitware Robot | Resolution | open => moved | ||
2016-06-10 14:28 | Kitware Robot | Assigned To | => Kitware Robot | ||
2016-06-10 14:31 | Kitware Robot | Status | resolved => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|