> >Under cygwin, ./Configure.pl fails with the message:
> >
> >Determining some sizes...Linker failed (see test.ldo) at
> >lib/Parrot/Configure/Step.pm line
> 
> Try to add this line
> 
> link => 'gcc',
> 
> to config/init/hints/cygwin.pl
> 
> As a result, it must be in the following way:
> 
> Configure::Data->set(
>   link => 'link',

s/link => 'link'/link=>'gcc'/

Sorry. I was meditating on MSVC.



Reply via email to