> 
> In article <[EMAIL PROTECTED]> you wrote:
> 
> > I tried to compile OpenSSL 0.9.1c under Win95 with VC 4.0.
> > It was successfull after the following changes:
> 
> > 1. ms/32all.bat
> >    changed 1. line to set OPTS=no-asm (underscore is wrong)
> 
> Now fixed for OpenSSL 0.9.2. 
> 
> > 2. util\pl\vc-32.pl
> >    changed line 10 to read
> >     $cp='copy nul+ ';    # Timestamps get stuffed otherwise
> 
> Hmmm... the /b which was there is for Windows-NT and binary copy AFAIK. But I
> don't understand why it breaks your Win95 situation: The $cp is actually not
> used in this file, isn't it? So it shouldn't matter..

I have found the syntax 
  
  copy nul+ ...

to break when executed under 4DOS and 4NT replacement shells.
4DOS/4NT requires a space after between "nul" and "+".


    Jeffrey Altman * Sr.Software Designer * Kermit-95 for Win32 and OS/2
                 The Kermit Project * Columbia University
              612 West 115th St #716 * New York, NY * 10025
  http://www.kermit-project.org/k95.html * [EMAIL PROTECTED]


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

Reply via email to