C:\OpenSSL_SVN_SandBox\openssl-1.0.0-beta2\out32>openssl version -a OpenSSL 1.0.0-beta2 21 Apr 2009 built on: Fri Apr 24 22:21:58 2009 platform: VC-WIN32 options: bn(64,32) md2(int) rc4(4x,int) des(idx,cisc,2,long) idea(int) blowfish (idx) compiler: cl /MD /Ox /O2 /Ob2 -DOPENSSL_THREADS -DDSO_WIN32 -W3 -WX -Gs0 -GF - Gy -nologo -DOPENSSL_SYSNAME_WIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -D_CRT_SECUR E_NO_DEPRECATE -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_ MONT -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DWHI RLPOOL_ASM -DOPENSSL_USE_APPLINK -I. /Fdout32dll -DOPENSSL_NO_RC5 -DOPENSSL_NO_M DC2 -DOPENSSL_NO_KRB5 -DOPENSSL_NO_JPAKE -DOPENSSL_NO_STATIC_ENGINE OPENSSLDIR: "c:/some/openssl/dir/ssl"
WinXP x64 SP2, Dell Precision 390
Visual Sutdio 2005 SP1
According INSTALL.w32, nmake -f ms\nt.mak, there are several warning
treated as eror about depreciated fucntions like close, seems should add
-D_CRT_NONSTDC_NO_DEPRECATE after -D_CRT_SECURE_NO_DEPRECATE in nt.mak
line 20.
And also, a link warning:
link /nologo /subsystem:console /opt:ref /out:out32\openssl.exe
@C:\DOCU
ME~1\syu\LOCALS~1\Temp\nm1FB.tmp
libeay32.lib(x86cpuid.obj) : warning LNK4078: multiple '.bss' sections
found wit
h different attributes (C0500040)
IF EXIST out32\openssl.exe.manifest mt -nologo -manifest
out32\openssl.e
xe.manifest -outputresource:out32\openssl.exe;1
Sheng Yu
Title: OpenSSL 1.0.0-beta2 2 problems in building Win32 static library
C:\OpenSSL_SVN_SandBox\openssl-1.0.0-beta2\out32>openssl version -a
OpenSSL 1.0.0-beta2 21 Apr 2009
built on: Fri Apr 24 22:21:58 2009
platform: VC-WIN32
options: bn(64,32) md2(int) rc4(4x,int) des(idx,cisc,2,long) idea(int) blowfish
(idx)
compiler: cl /MD /Ox /O2 /Ob2 -DOPENSSL_THREADS -DDSO_WIN32 -W3 -WX -Gs0 -GF -
Gy -nologo -DOPENSSL_SYSNAME_WIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -D_CRT_SECUR
E_NO_DEPRECATE -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_
MONT -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DWHI
RLPOOL_ASM -DOPENSSL_USE_APPLINK -I. /Fdout32dll -DOPENSSL_NO_RC5 -DOPENSSL_NO_M
DC2 -DOPENSSL_NO_KRB5 -DOPENSSL_NO_JPAKE -DOPENSSL_NO_STATIC_ENGINE
OPENSSLDIR: "c:/some/openssl/dir/ssl"
WinXP x64 SP2, Dell Precision 390
Visual Sutdio 2005 SP1
According INSTALL.w32, nmake -f ms\nt.mak, there are several warning treated as eror about depreciated fucntions like close, seems should add -D_CRT_NONSTDC_NO_DEPRECATE after -D_CRT_SECURE_NO_DEPRECATE in nt.mak line 20.
And also, a link warning:
link /nologo /subsystem:console /opt:ref /out:out32\openssl.exe @C:\DOCU
ME~1\syu\LOCALS~1\Temp\nm1FB.tmp
libeay32.lib(x86cpuid.obj) : warning LNK4078: multiple '.bss' sections found wit
h different attributes (C0500040)
IF EXIST out32\openssl.exe.manifest mt -nologo -manifest out32\openssl.e
xe.manifest -outputresource:out32\openssl.exe;1
Sheng Yu
