| View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||
| 0013505 | CMake | CMake | public | 2012-08-31 11:16 | 2013-01-09 14:05 | ||||
| Reporter | Jaime Frey | ||||||||
| Assigned To | Brad King | ||||||||
| Priority | normal | Severity | minor | Reproducibility | always | ||||
| Status | closed | Resolution | fixed | ||||||
| Platform | Apple | OS | Mac OS X | OS Version | 10.8 | ||||
| Product Version | CMake 2.8.9 | ||||||||
| Target Version | CMake 2.8.10 | Fixed in Version | CMake 2.8.10 | ||||||
| Summary | 0013505: Different search orders for C and C++ compilers | ||||||||
| Description | The search order for C compilers (CMAKE_C_COMPILER_LIST) set in CMakeDetermineCCompiler.cmake has gcc first and cc second. The search order for C++ compilers (CMAKE_CXX_COMPILER_LIST) set in CMakeDetermineCXXCompiler.cmake has c++ first and g++ second. On recent versions of Mac OS X, this results in the default compilers being the GNU C compiler and the Clang C++ compiler. This mixing of compiler suites has caused problems for us when detecting which command-line options are supported. Can the compiler search orders be made consistent? | ||||||||
| Tags | No tags attached. | ||||||||
| Attached Files | |||||||||
| Relationships | |
| Relationships |
| Notes | |
|
(0030810) Brad King (manager) 2012-08-31 11:45 |
This was reported here: http://thread.gmane.org/gmane.comp.programming.tools.cmake.devel/4379 [^] and fixed here: http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=7e58e5bb [^] |
|
(0032084) Robert Maynard (manager) 2013-01-09 14:05 |
Closing resolved issues that have not been updated in more than 4 months. |
| Notes |
| Issue History | |||
| Date Modified | Username | Field | Change |
| 2012-08-31 11:16 | Jaime Frey | New Issue | |
| 2012-08-31 11:45 | Brad King | Note Added: 0030810 | |
| 2012-08-31 11:45 | Brad King | Assigned To | => Brad King |
| 2012-08-31 11:45 | Brad King | Status | new => resolved |
| 2012-08-31 11:45 | Brad King | Resolution | open => fixed |
| 2012-08-31 11:45 | Brad King | Fixed in Version | => CMake 2.8.10 |
| 2012-08-31 11:45 | Brad King | Target Version | => CMake 2.8.10 |
| 2013-01-09 14:05 | Robert Maynard | Note Added: 0032084 | |
| 2013-01-09 14:05 | Robert Maynard | Status | resolved => closed |
| Issue History |
| Copyright © 2000 - 2018 MantisBT Team |