> > 
>ftp://ftp.dl.ac.uk/ccp14/ftp-mirror/programming/mingw32/home/janjaap/mingw32/binaries/make-3.76.1.zip
> > That version of make has some serious bugs:
> [...]
> > U:\openssl-0.9.3>make -f ms/mingw32f.mak
> > mkdir outinc\openssl
> > mkdir: cannot make directory `outincopenssl': File exists

I don't think that is the fault of make, but it is GNU mkdir that doesn't
accept the backslash. On the systems I tried, mkdir is the DOS one (which
needs backslashes). Maybe the makefile should be calling "md" instead of
"mkdir". 

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to