I tried to compile openssl 0.9.7e
(http://www.openssl.org/source/openssl-0.9.7e.tar.gz)
with BCB 6.0 and I got the following errors:

        bcc32 -otmp32\fips_aesavs.obj -Iinc32 -Itmp32
-DWIN32_LEAN_AND_MEAN -q -w-aus -w-par -w-inl -c -tWC
-tWM -DOPENS
SL_SYSNAME_WIN32 -DL_ENDIAN -DDSO_WIN32
-D_stricmp=stricmp -O2 -ff -fp -DBN_ASM -DMD5_ASM
-DSHA1_ASM -DRMD160_ASM -DOPEN
SSL_NO_IDEA -DOPENSSL_NO_RC5 -DOPENSSL_NO_KRB5  -c
.\fips\aes\fips_aesavs.c
.\fips\aes\fips_aesavs.c:
Warning W8065 .\fips\aes\fips_aesavs.c 97: Call to
function '_strnicmp' with no prototype in function
AESTest
Warning W8065 .\fips\aes\fips_aesavs.c 735: Call to
function '_strnicmp' with no prototype in function
proc_file
Warning W8065 .\fips\aes\fips_aesavs.c 749: Call to
function '_strnicmp' with no prototype in function
proc_file
Warning W8065 .\fips\aes\fips_aesavs.c 751: Call to
function '_strnicmp' with no prototype in function
proc_file
Warning W8065 .\fips\aes\fips_aesavs.c 773: Call to
function '_strnicmp' with no prototype in function
proc_file
Warning W8065 .\fips\aes\fips_aesavs.c 776: Call to
function '_strnicmp' with no prototype in function
proc_file
Warning W8065 .\fips\aes\fips_aesavs.c 803: Call to
function '_strnicmp' with no prototype in function
proc_file
Warning W8065 .\fips\aes\fips_aesavs.c 824: Call to
function '_strnicmp' with no prototype in function
proc_file
Warning W8065 .\fips\aes\fips_aesavs.c 868: Call to
function '_strnicmp' with no prototype in function
proc_file
Warning W8060 .\fips\aes\fips_aesavs.c 977: Possibly
incorrect assignment in function main
        ilink32 -ap -Tpe -x -Gn tmp32\fips_aesavs.obj
c0x32.obj, out32\fips_aesavs.exe,, out32\ssleay32.lib
out32\libeay
32.lib cw32mt.lib import32.lib
Turbo Incremental Link 5.64 Copyright (c) 1997-2002
Borland
Error: Unresolved external '__strnicmp' referenced
from
F:\DEVELOPMENT\CPP\OPENSSL-0.9.7E\TMP32\FIPS_AESAVS.OBJ

** error 2 ** deleting out32\fips_aesavs.exe

I know there is this package Win32 OpenSSL but I
really wanted to exclude idea and rc5. I also tried
the latest 0.9.7 stable snapshot
(ftp://ftp.openssl.org/snapshot/openssl-0.9.7-stable-SNAP-20041204.tar.gz)
but I get other errors even earlier in the build
process.

Thank you

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to