Hallo Jarkko, This little patch for maintperl is attached: --- perl-5.8.x/cygwin/perlld.in~ 2003-03-16 19:20:37.000000000 +0100 +++ perl-5.8.x/cygwin/perlld.in 2003-03-16 19:21:21.000000000 +0100 @@ -46,7 +46,7 @@ $path =~ s,[/\\](\.[/\\])*,/,g; } if ($dllname =~ /\./) { $libname =$`; } else { $libname =$dllname; }; - my $v_e_r_s = '5_8_0'; + my $v_e_r_s = '5_8_1'; if ( $dllname =~ /.*perl.*/) { $dllname ="cygperl$v_e_r_s.dll"; } else { Gerrit -- =^..^=Thread Next