configure says it wants a c++14 compiler. So therefore USE_LANGUAGES should be c++14, not c++. Then, on metbsd 7, it fails to build with gcc 4.8. gcc6 seems to be ok, and I'm guessing 5.5 as found on netbsd8 is ok. OK to adjust, and should it be GCC_REQD=5 or 6?