| View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||
| 0005176 | CMake | CMake | public | 2007-06-13 10:29 | 2016-06-10 14:30 | ||||
| Reporter | Gonzalo Garramuno | ||||||||
| Assigned To | Bill Hoffman | ||||||||
| Priority | normal | Severity | major | Reproducibility | always | ||||
| Status | closed | Resolution | moved | ||||||
| Platform | OS | OS Version | |||||||
| Product Version | |||||||||
| Target Version | Fixed in Version | ||||||||
| Summary | 0005176: FIND_LIBRARY does not respect OS architecture | ||||||||
| Description | Currently, FIND_LIBRARY() is unaware of the OS architecture it is being compiled upon. Thus, for example, if -m32 is being used to compile for 32 bits, FIND_LIBRARY() will incorrectly find 64-bits libraries. This will lead the compiler to emit a warning during linking if an equivalent 32 bits library is present. If an equivalent 32 bits library is missing linking will fail (ie. cmake failed to catch the issue). A simple fix might involve rearranging paths in Unx | ||||||||
| Tags | No tags attached. | ||||||||
| Attached Files | |||||||||
| Relationships | |
| Relationships |
| Notes | |
|
(0008045) Alex Neundorf (developer) 2007-07-12 11:11 |
This seems to be be related to 0005324. |
|
(0041368) Kitware Robot (administrator) 2016-06-10 14:27 |
Resolving issue as `moved`. This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page. |
| Notes |
| Issue History | |||
| Date Modified | Username | Field | Change |
| 2016-06-10 14:27 | Kitware Robot | Note Added: 0041368 | |
| 2016-06-10 14:27 | Kitware Robot | Status | assigned => resolved |
| 2016-06-10 14:27 | Kitware Robot | Resolution | open => moved |
| 2016-06-10 14:30 | Kitware Robot | Status | resolved => closed |
| Issue History |
| Copyright © 2000 - 2018 MantisBT Team |