Subject: | Does not detect clang++ automatically |
Automatic building on FreeBSD 10 systems fails, because g++ is not anymore part of the OS. Instead, FreeBSD 10 ships with clang and clang++. Probably easiest solution is to use "c++" instead of "g++", which should work for both gcc/g++ and clang/clang++ based systems.