Richard Levitte - VMS Whacker wrote:
> 
> From: zhu qun-ying <[EMAIL PROTECTED]>
> 
> qyzhu> Line 8 of file util/pl/Mingw32.pl
> qyzhu> $rm='rem'; # use 'rm -f' if using GNU file utilities
> qyzhu>      ^-- should change to somthing more meaningful to track down the error.
> 
> Suggestions?

This is a bug that using mingw32 alone can not compile the library. For a NT's
'del' does not understand '/' in the path name. I have cygwin installed so I
have all the necessary GNU tools. To solve this, I think the best is to change
the '/' path to '\' and use standard 'del'.

-- 
(~._.~)  Öì Ⱥ Ó¢  (Qun-Ying)          (65) 874-6743
 ( O )   TrustCopy Pte Ltd / Kent Ridge Digital Labs
()~*~()  21 Heng Mui Keng Terrace,  Singapore 119613
(_)-(_)    [EMAIL PROTECTED]  *  [EMAIL PROTECTED]
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to