Hi,
Thank you very much for OpenSSL. I have successfully used the crypt library in Fedora, but am now trying to build it in Windows XP using MinGW. I issue the command "ms\mingw32. bat" but get the following errors gcc -o tmp\set_key.o -Ioutinc -Itmp -DL_ENDIAN -DDSO_WIN32 -fomit-frame-pointer -O3 -march=i486 -Wall -DBN_ASM -DMD5_ASM -DSHA1_ASM -DOPENSSL_BN_ASM_PART_ WORDS -DOPENSSL_NO_CAMELLIA -DOPENSSL_NO_SEED -DOPENSSL_NO_RC5 -DOPENSSL_NO_MDC2 -DOPENSSL_NO_CMS -DOPENSSL_NO_JPAKE -DOPENSSL_NO_CAPIENG -DOPENSSL_NO_KRB5 -DOPENSSL_NO_DYNAMIC_ENGINE -c .\crypto\des\set_key.c .\crypto\des\set_key.c:72: error: static declaration of '_hide_DES_check_key' follows non-static declaration .\crypto\des\set_key.c:72: note: previous declaration of '_hide_DES_check_key' was here mingw32-make: *** [tmp\set_key.o] Error 1 I have tried this with the following versions: openssl-0.9.8i; openssl-0.9.8l; openssl-0.9.8m. Hope you can help. Kind Regards Nick Stone
|
Hi,
Thank you very much for OpenSSL. I have successfully used the crypt library in Fedora, but am now trying to build it in Windows XP using MinGW. I issue the command “ms\mingw32. bat” but get the following errors
gcc -o tmp\set_key.o -Ioutinc -Itmp -DL_ENDIAN -DDSO_WIN32 -fomit-frame-pointer -O3 -march=i486 -Wall -DBN_ASM -DMD5_ASM -DSHA1_ASM -DOPENSSL_BN_ASM_PART_ WORDS -DOPENSSL_NO_CAMELLIA -DOPENSSL_NO_SEED -DOPENSSL_NO_RC5 -DOPENSSL_NO_MDC2 -DOPENSSL_NO_CMS -DOPENSSL_NO_JPAKE -DOPENSSL_NO_CAPIENG -DOPENSSL_NO_KRB5 -DOPENSSL_NO_DYNAMIC_ENGINE -c .\crypto\des\set_key.c .\crypto\des\set_key.c:72: error: static declaration of '_hide_DES_check_key' follows non-static declaration .\crypto\des\set_key.c:72: note: previous declaration of '_hide_DES_check_key' was here mingw32-make: *** [tmp\set_key.o] Error 1
I have tried this with the following versions: openssl-0.9.8i; openssl-0.9.8l; openssl-0.9.8m. Hope you can help.
Kind Regards Nick Stone
|
