Fails when running sh INSTALL with the following error
/usr/include/c++/7/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support must be enabled with the -std=c++11 or -std=gnu++11 compiler options.
#error This file requires compiler and library support \
Its probably related to the newer GCC, there are so many places where build and compiler flags are set that I am unsure where to set -std=c++11 or -std=gnu++11
Fails when running
sh INSTALLwith the following errorIts probably related to the newer GCC, there are so many places where build and compiler flags are set that I am unsure where to set
-std=c++11 or -std=gnu++11