In message <[EMAIL PROTECTED]> on Thu, 26 Jun 2003 13:38:45 +0200, "Michael Gerdau"
<[EMAIL PROTECTED]> said:
mgd> Applying the following patch did solve the problem. I have not
mgd> checked wether this might happen with other Win32 environments too.
mgd>
mgd> diff -ur openssl-0.9.7b-orig/util/pl/Mingw32.pl
openssl-0.9.7b-work/util/pl/Mingw32.pl
mgd> --- openssl-0.9.7b-orig/util/pl/Mingw32.pl Sat Feb 22 01:25:37 2003
mgd> +++ openssl-0.9.7b-work/util/pl/Mingw32.pl Thu Jun 26 09:23:27 2003
mgd> @@ -85,7 +85,7 @@
mgd> ($Name=$name) =~ tr/a-z/A-Z/;
mgd>
mgd> $ret.="$target: \$(${Name}OBJ)\n";
mgd> - $ret.="\t\$(RM) $target\n";
mgd> + $ret.="\tif exist $target \$(RM) $target\n";
mgd> $ret.="\t\$(MKLIB) $target \$(${Name}OBJ)\n";
mgd> $ret.="\t\$(RANLIB) $target\n\n";
mgd> }
Fixed.
--
Richard Levitte \ Tunnlandsv�gen 3 \ [EMAIL PROTECTED]
[EMAIL PROTECTED] \ S-168 36 BROMMA \ T: +46-8-26 52 47
\ SWEDEN \ or +46-708-26 53 44
Procurator Odiosus Ex Infernis -- [EMAIL PROTECTED]
Member of the OpenSSL development team: http://www.openssl.org/
Unsolicited commercial email is subject to an archival fee of $400.
See <http://www.stacken.kth.se/~levitte/mail/> for more info.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]