Skip Menu |

This queue is for tickets about the UDT-Simple CPAN distribution.

Report information
The Basics
Id: 97878
Status: new
Priority: 0/
Queue: UDT-Simple

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.01
Fixed in: (no value)



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