> Probably the problem is that you have specified CXX=clang-mp-9.0 -- > that's a C compiler. You want the C++ compiler here: > CXX=clang++-mp-9.0 Doh. That's it. I was blind. Fortunately I did first ask here before investing hours into delving this non-issue. Thanks a lot! Werner