Code: Select all
checking whether x86_64-pc-linux-gnu-g++ -m32 -mfpmath=sse supports C++17 features with -std=c++17... no
checking whether x86_64-pc-linux-gnu-g++ -m32 -mfpmath=sse supports C++17 features with +std=c++17... no
checking whether x86_64-pc-linux-gnu-g++ -m32 -mfpmath=sse supports C++17 features with -h std=c++17... no
checking whether x86_64-pc-linux-gnu-g++ -m32 -mfpmath=sse supports C++17 features with -std=c++1z... no
checking whether x86_64-pc-linux-gnu-g++ -m32 -mfpmath=sse supports C++17 features with +std=c++1z... no
checking whether x86_64-pc-linux-gnu-g++ -m32 -mfpmath=sse supports C++17 features with -h std=c++1z... no
configure: error: *** A compiler with support for C++17 language features is required.
Code: Select all
configure:17902: checking whether x86_64-pc-linux-gnu-g++ -m32 -mfpmath=sse supports C++17 features with -std=c++17
configure:18697: x86_64-pc-linux-gnu-g++ -m32 -mfpmath=sse -std=c++17 -c -march=native -O3 -pipe -frecord-gcc-switches -std=gnu++11 conftest.cpp >&5
Code: Select all
CXXFLAGS='-march=native -O3 -pipe -frecord-gcc-switches -std=gnu++11'Code: Select all
CXXFLAGS="-march=native -O3 -pipe -frecord-gcc-switches -std=gnu++17"
