Subject: | Support for clang |
Some OS don't ship gcc/g++ as the default C/C++ compiler, but instead clang/clang++, e.g. FreeBSD since release 10.0. It seems that g++ is hardcoded in your Makefile, so compiles fail on these systems. Maybe it's best to use "c++" instead of "g++", as this is understood by both gcc and clang.
Regards,
Slaven