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 ====================================================================== _______________________________________________ cmake-developers mailing list [email protected] http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
