----- Original Message ----- From: "Sisyphus" <[EMAIL PROTECTED]>
.
.

Yet I still get those "undefined references" (posted earlier in this thread) when the attempt is made to build fips_desmoves.exe during the 'make' stage.

Looks like I'll have to go digging.

Rather than digging, I opted for simply linking to my openssl-0.9.8g (static) libcrypto.a by entering the 'test' directory and running:

gcc -o fips_desmovs.exe -I.. -I../include -DOPENSSL_SYSNAME_MINGW32 -DOPENSSL_THREADS -DDSO_WIN32 -DOPENSSL_NO_KRB5 -DL_ENDIAN -fomit-frame-pointer -O3 -march=i486 -mno-cygwin -Wall -D_WIN32_WINNT=0x333 -DSHA1_ASM -DMD5_ASM -DRMD160_ASM fips_desmovs.o -LC:/_32/msys/1.0/local/ssl/lib -lcrypto -LC:/home/rob/mingw_vista/i686-pc-mingw32/lib -lwsock32 -lgdi32

(I found I had to specify -lcrypto *before* -lgdi32 in that command.)
With that done, 'cd' to the top level and re-run make.
A similar problem arose with the building of fips_aesavs.exe, and the same workaround was used. After that, all proceeded smoothly to conclusion.

Cheers,
Rob
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to