Quoth m.noon...@comcast.net (Malcolm Nooning):
> On 2/3/2010 3:54 PM, Alexey Borzenkov via RT wrote:
> > <URL: https://rt.cpan.org/Ticket/Display.html?id=54074>
> >
> > On Wed Feb 03 08:15:48 2010, m.noon...@comcast.net wrote:
> >    
> >>       cc='C:/MinGW/bin/gcc.exe'
> >>      
> > Aha! You see, here's your problem. myldr/Makefile.PL checks for $cc
> being /^gcc\b/i and your
> > $cc clearly doesn't start with gcc. You need to either rebuild Perl so
> that cc is not absolute, or
> > ask Steffen Muller to check basename of $cc...

That's not the right solution either, since on my system (FreeBSD) I
have

    cc='cc';

but it's still gcc. I believe that $Config{gccversion} is only defined
if we are using gcc, but you may need to check with Merijn/p5p.

Ben

Reply via email to