Changes between Initial Version and Version 2 of Ticket #60739


Ignore:
Timestamp:
Jun 30, 2020, 12:38:09 AM (4 years ago)
Author:
programmingkidx
Comment:

I found this in the cmake_bootstrap.log file:

clang: error: invalid library name in argument '-stdlib=macports-libstdc++'
Test failed to compile

The only compiler that is tested is clang++-3.4.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #60739 – Description

    initial v2  
    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}}}
    1112
    1213I'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.