Hello,
I am using VC++ 5.0 to build openssl-0.9.6, released 24Sep2000.
The compile fails with this line:
cl /Fotmp32dll\rand_win.obj -Iinc32 -Itmp32dll /MD /W3 /WX /G5 /Ox /O2
/Ob2 /Gs0 /GF /Gy /nologo -DWIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -DDSO_WIN32 /
Fdout32dll /GD -D_WINDLL -D_DLL -c .\crypto\rand\rand_win.c
rand_win.c
.\crypto\rand\rand_win.c(581) : error C2400: inline assembler syntax error in 'o
pcode'; found 'newline'
NMAKE : fatal error U1077: 'E:\DEVSTU~1\VC\BIN\cl.exe' : return code '0x2'
Stop.
I ran ms\do_ms before running nmake to avoif using assembler files. It appears
that some inline assembler is used in rand_win.c. Any clues appreciated.
Bill Catlan
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]