Wed Feb 03 15:54:36 2010: Request 54074 was acted upon.
Transaction: Correspondence added by snaury
       Queue: PAR-Packer
     Subject: PAR test fails a gui test with Win32/Exe.pm 
   Broken in: 1.002
    Severity: Normal
       Owner: Nobody
  Requestors: m.noon...@comcast.net
      Status: open
 Ticket <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...

Reply via email to