Changes between Version 3 and Version 4 of Ticket #60739


Ignore:
Timestamp:
Jun 30, 2020, 12:39:54 AM (4 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #60739 – Description

    v3 v4  
    22
    33Here is the error:
    4 
     4{{{
    55:info:configure Error when bootstrapping CMake:
    66:info:configure Cannot find a C++ compiler that supports both C++11 and the specified C++ flags.
     
    99:info:configure They can be changed using the environment variable CXXFLAGS.
    1010:info:configure See cmake_bootstrap.log for compilers attempted.
    11 
     11}}}
    1212I'm thinking a good fix to this issue is to scan the /opt/local/bin/ folder for compilers that should work. I do have gcc-7 install. For some reason it picked /opt/local/bin/clang++-mp-3.4 instead.