Skip Menu |

This queue is for tickets about the JavaScript-V8 CPAN distribution.

Report information
The Basics
Id: 91874
Status: resolved
Priority: 0/
Queue: JavaScript-V8

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

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



Subject: Don't hardcode g++
FreeBSD 10 does not come with g++ anymore, but with clang++ instead. I think it's best to not hardcode "g++" in Makefile.PL, but use "c++" which should work for both gcc and clang based systems. Regards, Slaven
Fixed by using ExtUtils::CppGuess. Thanks!