abinfo "Appending -std=c++14 to fix build with GCC >= 12 (which defaults to C++ 17) ..."
export CXXFLAGS="${CXXFLAGS} -std=c++14"
