Hello, if I try to compile openssl 0.9.7 under win2k with mingw32 I get the following error:
ranlib out/libssl.a gcc -o tmp/md2test.o -Ioutinc -Itmp -DL_ENDIAN -DDSO_WIN32 -fomit-frame-pointer -O3 -m486 -Wall -DBN_ASM -DMD5_ASM -DSHA1_ASM -DOPENSSL_NO_KRB5 -c ./crypto/md2 /md2test.c gcc -o out/md2test tmp/md2test.o out/libssl.a out/libcrypto.a -lwsock32 -lgdi32 out/libcrypto.a(bn_mul.o)(.text+0x44b):./crypto/bn/bn_mul.c: undefined reference to `bn_sub_part_words' out/libcrypto.a(bn_mul.o)(.text+0x49d):./crypto/bn/bn_mul.c: undefined reference to `bn_sub_part_words' out/libcrypto.a(bn_mul.o)(.text+0x4c5):./crypto/bn/bn_mul.c: undefined reference to `bn_sub_part_words' out/libcrypto.a(bn_mul.o)(.text+0x4f5):./crypto/bn/bn_mul.c: undefined reference to `bn_sub_part_words' out/libcrypto.a(bn_mul.o)(.text+0x525):./crypto/bn/bn_mul.c: undefined reference to `bn_sub_part_words' out/libcrypto.a(bn_mul.o)(.text+0x55d):./crypto/bn/bn_mul.c: more undefined references to `bn_sub_part_words' follow make: *** [out/md2test] Error 1 Openssl 0.9.6c is working fine in this environment. Joerg ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
