[cmake-developers] [CMake 0011700]: bootstrap fails when using gcc, g++

Mantis Bug Tracker mantis at public.kitware.com
Fri Jan 14 12:29:41 EST 2011


The following issue has been SUBMITTED. 
====================================================================== 
http://cmake.org/Bug/view.php?id=11700 
====================================================================== 
Reported By:                Brian Lewis
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   11700
Category:                   Modules
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2011-01-14 12:29 EST
Last Modified:              2011-01-14 12:29 EST
====================================================================== 
Summary:                    bootstrap fails when using gcc, g++
Description: 
$ CC=/usr/local/gcc-3.3.1/bin/gcc CXX=/usr/local/gcc-3.3.1/bin/g++ ./bootstrap
&& make

eventually fails with

gcc: `-b' must come at the start of the command line

because the flags set in Modules/Platform/SCO_SV.cmake are only appropriate for
the default SCO compiler.

Additional Information: 
The attached patch fixes the issue for me. Thanks.
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2011-01-14 12:29 Brian Lewis    New Issue                                    
2011-01-14 12:29 Brian Lewis    File Added: sco-gcc.patch                    
======================================================================




More information about the cmake-developers mailing list