On 12/06/14, 13:40, Nigel Horne wrote:
On 11/06/2014 16:52, Alberto Simoes wrote:
Dear Nigel, Dear CPAN Testers,
One of Nigel's machines reported on my module Math::GSL:
http://www.cpantesters.org/cpan/report/97446734-f1a2-11e3-af0f-6440bde15059
It seems that the problem is that CC is somehow configured as ' cc'.
Yes, with that space in the beginning.
I'm calling prelbrew with -Acc=cc on MacOS to ensure cc (aka gcc) is
used rather than clang. I don't set any spaces, either Perlbrew is
doing it or part of the Perl build. I'm not sure how to progress from
here.
Thanks for your feedback. I noticed that some of your machines with
clang have the space as well. Anyway, the problem is more complicated,
as there are places where cc="ccache cc" and that fails as well.
Therefore, trying to get p5p to discuss on what ExtUtils::CBuilder
should do.
Cheers
ambs
I am not sure how that space got there. But it is messing around with
ExtUtils::CBuilder.
I am not sure if:
- ExtUtils::CBuilder should be tweaked to strip spaces in the command
name...
- or if this should never happen, and that Perl needs to be fixed
before continuing sending these reports...
-Nigel