Subject: | Support for clang |
Newer FreeBSD versions (>= 10.0) don't ship gcc/g++ anymore, but come with clang and clang++ instead. Directory-Iterator-XS is hardcoded to use g++, so the build fails on these systems. Probably it would be best to just replace "g++" by "c++" in the Makefile.PL, as both gcc and clang have their C++ compilers accessible under this name.
Regards,
Slaven