i had a few problems generating openssl for mingw32. These are the changes i made to util/pl/mingw32.pl to get it working:

commented the following two lines:
# @ak $cp='copy';
# @ak $rm='del';

changed the following line:
# @ak $ret.="\tif exist $target \$(RM) $target\n";
   $ret.="\t\$(RM) $target\n";



apparently the linux command set is used here insted of the dos ones but i'm not sure why.






______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to