Skip Menu |

This queue is for tickets about the Directory-Iterator-XS CPAN distribution.

Report information
The Basics
Id: 95475
Status: resolved
Priority: 0/
Queue: Directory-Iterator-XS

People
Owner: steve.sanbeg [...] gmail.com
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.001001
Fixed in: 1.001002



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
Thanks, it now compiles on FreeBSD 10 out of the box.