>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', ld => 'gcc', ld_shared => '-shared', ); I hope this will help you, though I ain't sure (:>8