We see the same issue in our internal tests at VMware. The solution seems to be 
to set CXXFLAGS=-std=c++14 for the configure command:


CXXFLAGS=-std=c++14 ./configure --without-kernel-modules


I need to find a way to put this into the configure script itself. I wonder how 
other packages are handling this issue?


Oliver

Reply via email to