----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, July 27, 2001 6:25 PM
Subject: NT Compilation problem


> hi,
>
> following instructions from file INSTALL.W32
>
> i have this error running
>
> nmake -f ms\ntdll.mak
>
> something wrong?
>
> removing the option /WX solves the problem. it dont stop with error but
the
> warning remains, should be reviewed?
>
>
>
>         cl /Fotmp32dll\rsa_oaep.obj  -Iinc32 -Itmp32dll /MD /W3 /WX /G5
/Ox
> /O2 /Ob2 /Gs0 /GF /Gy /nologo -DWIN32 -DWIN3
> 2_LEAN_AND_MEAN -DL_ENDIAN -DDSO_WIN32 -DBN_ASM -DMD5_ASM -DSHA1_ASM
> -DRMD160_ASM /Fdout32dll /GD -D_WINDLL -D_DLL  -c .
> \crypto\rsa\rsa_oaep.c
> cl : Command line warning D4002 : ignoring unknown option '/GD'
> rsa_oaep.c
> crypto\rsa\rsa_oaep.c(149) : error C2220: warning treated as error - no
> object file generated
> crypto\rsa\rsa_oaep.c(149) : warning C4244: '=' : conversion from 'long'
to
> 'unsigned char', possible loss of data
> crypto\rsa\rsa_oaep.c(149) : warning C4244: '=' : conversion from 'long'
to
> 'unsigned char', possible loss of data
> crypto\rsa\rsa_oaep.c(150) : warning C4244: '=' : conversion from 'long'
to
> 'unsigned char', possible loss of data
> crypto\rsa\rsa_oaep.c(150) : warning C4244: '=' : conversion from 'long'
to
> 'unsigned char', possible loss of data
> NMAKE : fatal error U1077: 'cl' : return code '0x2'
> Stop.
>
>
>
> best regards
>
>
> ______________________________________________________________________
Hi,
I recently built version 0.9.6a on Win2k with VC++ 6.0 and can't recall
having any difficulty.

I'll briefly recount what I did and if you require further details, feel
free to ask.

I downloaded nasm-0.98-win32.zip, and installed the files in
'WINNT/System32' so that they would be in the path.

Then ran:
perl Configure VC-WIN32

Then ran:
ms\do_nasm

Then ran:
nmake -f ms\ntdll.mak
(This generated some warnings but built ok.)

Then ran:
 cd out32dll
 ..\ms\test
(which tested perfectly.)

Hth.
Cheers,
Rob

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

Reply via email to