Sun Apr 06 03:38:41 2014: Request 92144 was acted upon. Transaction: Correspondence added by SISYPHUS Queue: Inline Subject: can't find gcc-4 on cygwin (patch to fix) Broken in: (no value) Severity: (no value) Owner: Nobody Requestors: plice...@cpan.org Status: open Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=92144 >
On Tue Jan 14 10:43:07 2014, PLICEASE wrote: > --- a/C/Makefile.PL > +++ b/C/Makefile.PL > @@ -5,6 +5,7 @@ use File::Spec; > > my ($cc, $exe) = @Config{'cc', '_exe'}; > $cc =~ s/\s+-.+$//; #remove possible trailing options > +$exe = '' if $^O eq 'cygwin'; > > my $found = 0; > my $delim = $Config::Config{path_sep}; Sorry - I missed this bug report when I was preparing for 0.54 to be released. I've just released 0.54_01 to CPAN. It has been patched as per the quoted patch. It also includes the patches provided by rurban in his submission to ticket #85336. If 0.54_01 tests ok, it will be released as 0.55 in about a week's time. Cheers, Rob