I just compiled openssl-0.9.6g using Cygwin and it worked. You will need to install bc to run make test.
Administrator@SERVER ~/openssl-0.9.6g $ ./config $ make ----- Original Message ----- From: "Scott Brown" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, December 06, 2002 11:57 AM Subject: make errors with cygwin > First, let me tell everyone I am a newbie, so don't kill me. > > I am following the instructions for make under a Cygwin (opensssl-0.9.6g) > environment, and am getting errors. I will try to be as terse as possible, > but will post the stuff echoed to the console to assist, which is pretty > long. Sorry, here it is: > > make[2]: Leaving directory `/home/Administrator/openssl-0.9.6g/crypto/bn' > making all in crypto/rsa... > make[2]: Entering directory `/home/Administrator/openssl-0.9.6g/crypto/rsa' > gcc -I.. -I../.. -I../../include -DTHREADS -DDSO_WIN32 -DTERMIOS > -DL_ENDIAN -fo > mit-frame-pointer -O2 -m486 -Wall -c -o rsa_eay.o rsa_eay.c > `-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead. > gcc -I.. -I../.. -I../../include -DTHREADS -DDSO_WIN32 -DTERMIOS > -DL_ENDIAN -fo > mit-frame-pointer -O2 -m486 -Wall -c -o rsa_gen.o rsa_gen.c > `-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead. > gcc -I.. -I../.. -I../../include -DTHREADS -DDSO_WIN32 -DTERMIOS > -DL_ENDIAN -fo > mit-frame-pointer -O2 -m486 -Wall -c -o rsa_lib.o rsa_lib.c > `-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead. > gcc -I.. -I../.. -I../../include -DTHREADS -DDSO_WIN32 -DTERMIOS > -DL_ENDIAN -fo > mit-frame-pointer -O2 -m486 -Wall -c -o rsa_sign.o rsa_sign.c > `-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead. > gcc -I.. -I../.. -I../../include -DTHREADS -DDSO_WIN32 -DTERMIOS > -DL_ENDIAN -fo > mit-frame-pointer -O2 -m486 -Wall -c -o rsa_saos.o rsa_saos.c > `-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead. > gcc -I.. -I../.. -I../../include -DTHREADS -DDSO_WIN32 -DTERMIOS > -DL_ENDIAN -fo > mit-frame-pointer -O2 -m486 -Wall -c -o rsa_err.o rsa_err.c > `-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead. > gcc -I.. -I../.. -I../../include -DTHREADS -DDSO_WIN32 -DTERMIOS > -DL_ENDIAN -fo > mit-frame-pointer -O2 -m486 -Wall -c -o rsa_pk1.o rsa_pk1.c > `-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead. > gcc -I.. -I../.. -I../../include -DTHREADS -DDSO_WIN32 -DTERMIOS > -DL_ENDIAN -fo > mit-frame-pointer -O2 -m486 -Wall -c -o rsa_ssl.o rsa_ssl.c > `-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead. > gcc -I.. -I../.. -I../../include -DTHREADS -DDSO_WIN32 -DTERMIOS > -DL_ENDIAN -fo > mit-frame-pointer -O2 -m486 -Wall -c -o rsa_none.o rsa_none.c > `-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead. > gcc -I.. -I../.. -I../../include -DTHREADS -DDSO_WIN32 -DTERMIOS > -DL_ENDIAN -fo > mit-frame-pointer -O2 -m486 -Wall -c -o rsa_oaep.o rsa_oaep.c > `-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead. > gcc -I.. -I../.. -I../../include -DTHREADS -DDSO_WIN32 -DTERMIOS > -DL_ENDIAN -fo > mit-frame-pointer -O2 -m486 -Wall -c -o rsa_chk.o rsa_chk.c > `-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead. > gcc -I.. -I../.. -I../../include -DTHREADS -DDSO_WIN32 -DTERMIOS > -DL_ENDIAN -fo > mit-frame-pointer -O2 -m486 -Wall -c -o rsa_null.o rsa_null.c > `-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead. > ar r ../../libcrypto.a rsa_eay.o rsa_gen.o rsa_lib.o rsa_sign.o rsa_saos.o > rsa_e > rr.o rsa_pk1.o rsa_ssl.o rsa_none.o rsa_oaep.o rsa_chk.o rsa_null.o > You may get an error following this line. Please ignore. > /usr/bin/ranlib ../../libcrypto.a > make[2]: Leaving directory `/home/Administrator/openssl-0.9.6g/crypto/rsa' > making all in crypto/dsa... > make[2]: Entering directory `/home/Administrator/openssl-0.9.6g/crypto/dsa' > gcc -I.. -I../.. -I../../include -DTHREADS -DDSO_WIN32 -DTERMIOS > -DL_ENDIAN -fo > mit-frame-pointer -O2 -m486 -Wall -c -o dsa_gen.o dsa_gen.c > `-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead. > gcc -I.. -I../.. -I../../include -DTHREADS -DDSO_WIN32 -DTERMIOS > -DL_ENDIAN -fo > mit-frame-pointer -O2 -m486 -Wall -c -o dsa_key.o dsa_key.c > `-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead. > gcc -I.. -I../.. -I../../include -DTHREADS -DDSO_WIN32 -DTERMIOS > -DL_ENDIAN -fo > mit-frame-pointer -O2 -m486 -Wall -c -o dsa_lib.o dsa_lib.c > `-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead. > gcc -I.. -I../.. -I../../include -DTHREADS -DDSO_WIN32 -DTERMIOS > -DL_ENDIAN -fo > mit-frame-pointer -O2 -m486 -Wall -c -o dsa_asn1.o dsa_asn1.c > `-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead. > gcc -I.. -I../.. -I../../include -DTHREADS -DDSO_WIN32 -DTERMIOS > -DL_ENDIAN -fo > mit-frame-pointer -O2 -m486 -Wall -c -o dsa_vrf.o dsa_vrf.c > `-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead. > gcc -I.. -I../.. -I../../include -DTHREADS -DDSO_WIN32 -DTERMIOS > -DL_ENDIAN -fo > mit-frame-pointer -O2 -m486 -Wall -c -o dsa_sign.o dsa_sign.c > `-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead. > gcc -I.. -I../.. -I../../include -DTHREADS -DDSO_WIN32 -DTERMIOS > -DL_ENDIAN -fo > mit-frame-pointer -O2 -m486 -Wall -c -o dsa_err.o dsa_err.c > `-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead. > gcc -I.. -I../.. -I../../include -DTHREADS -DDSO_WIN32 -DTERMIOS > -DL_ENDIAN -fo > mit-frame-pointer -O2 -m486 -Wall -c -o dsa_ossl.o dsa_ossl.c > `-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead. > ar r ../../libcrypto.a dsa_gen.o dsa_key.o dsa_lib.o dsa_asn1.o dsa_vrf.o > dsa_si > gn.o dsa_err.o dsa_ossl.o > You may get an error following this line. Please ignore. > /usr/bin/ranlib ../../libcrypto.a > make[2]: Leaving directory `/home/Administrator/openssl-0.9.6g/crypto/dsa' > making all in crypto/dh... > make[2]: Entering directory `/home/Administrator/openssl-0.9.6g/crypto/dh' > gcc -I.. -I../.. -I../../include -DTHREADS -DDSO_WIN32 -DTERMIOS > -DL_ENDIAN -fo > mit-frame-pointer -O2 -m486 -Wall -c -o dh_gen.o dh_gen.c > `-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead. > gcc -I.. -I../.. -I../../include -DTHREADS -DDSO_WIN32 -DTERMIOS > -DL_ENDIAN -fo > mit-frame-pointer -O2 -m486 -Wall -c -o dh_key.o dh_key.c > `-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead. > gcc -I.. -I../.. -I../../include -DTHREADS -DDSO_WIN32 -DTERMIOS > -DL_ENDIAN -fo > mit-frame-pointer -O2 -m486 -Wall -c -o dh_lib.o dh_lib.c > `-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead. > gcc -I.. -I../.. -I../../include -DTHREADS -DDSO_WIN32 -DTERMIOS > -DL_ENDIAN -fo > mit-frame-pointer -O2 -m486 -Wall -c -o dh_check.o dh_check.c > `-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead. > gcc -I.. -I../.. -I../../include -DTHREADS -DDSO_WIN32 -DTERMIOS > -DL_ENDIAN -fo > mit-frame-pointer -O2 -m486 -Wall -c -o dh_err.o dh_err.c > `-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead. > ar r ../../libcrypto.a dh_gen.o dh_key.o dh_lib.o dh_check.o dh_err.o > You may get an error following this line. Please ignore. > /usr/bin/ranlib ../../libcrypto.a > make[2]: Leaving directory `/home/Administrator/openssl-0.9.6g/crypto/dh' > making all in crypto/dso... > make[2]: Entering directory `/home/Administrator/openssl-0.9.6g/crypto/dso' > gcc -I.. -I../.. -I../../include -DTHREADS -DDSO_WIN32 -DTERMIOS > -DL_ENDIAN -fo > mit-frame-pointer -O2 -m486 -Wall -c -o dso_dl.o dso_dl.c > `-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead. > gcc -I.. -I../.. -I../../include -DTHREADS -DDSO_WIN32 -DTERMIOS > -DL_ENDIAN -fo > mit-frame-pointer -O2 -m486 -Wall -c -o dso_dlfcn.o dso_dlfcn.c > `-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead. > gcc -I.. -I../.. -I../../include -DTHREADS -DDSO_WIN32 -DTERMIOS > -DL_ENDIAN -fo > mit-frame-pointer -O2 -m486 -Wall -c -o dso_lib.o dso_lib.c > `-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead. > gcc -I.. -I../.. -I../../include -DTHREADS -DDSO_WIN32 -DTERMIOS > -DL_ENDIAN -fo > mit-frame-pointer -O2 -m486 -Wall -c -o dso_null.o dso_null.c > `-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead. > gcc -I.. -I../.. -I../../include -DTHREADS -DDSO_WIN32 -DTERMIOS > -DL_ENDIAN -fo > mit-frame-pointer -O2 -m486 -Wall -c -o dso_openssl.o dso_openssl.c > `-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead. > gcc -I.. -I../.. -I../../include -DTHREADS -DDSO_WIN32 -DTERMIOS > -DL_ENDIAN -fo > mit-frame-pointer -O2 -m486 -Wall -c -o dso_win32.o dso_win32.c > `-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead. > gcc -I.. -I../.. -I../../include -DTHREADS -DDSO_WIN32 -DTERMIOS > -DL_ENDIAN -fo > mit-frame-pointer -O2 -m486 -Wall -c -o dso_vms.o dso_vms.c > `-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead. > ar r ../../libcrypto.a dso_dl.o dso_dlfcn.o dso_err.o dso_lib.o dso_null.o > dso_o > penssl.o dso_win32.o dso_vms.o > You may get an error following this line. Please ignore. > /usr/bin/ranlib ../../libcrypto.a > make[2]: Leaving directory `/home/Administrator/openssl-0.9.6g/crypto/dso' > making all in crypto/buffer... > make[2]: Entering directory `/home/Administrator/openssl-0.9.6g/crypto/buffer' > gcc -I.. -I../.. -I../../include -DTHREADS -DDSO_WIN32 -DTERMIOS > -DL_ENDIAN -fo > mit-frame-pointer -O2 -m486 -Wall -c -o buffer.o buffer.c > `-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead. > ar r ../../libcrypto.a buffer.o buf_err.o > You may get an error following this line. Please ignore. > /usr/bin/ranlib ../../libcrypto.a > make[2]: Leaving directory `/home/Administrator/openssl-0.9.6g/crypto/buffer' > making all in crypto/bio... > make[2]: Entering directory `/home/Administrator/openssl-0.9.6g/crypto/bio' > gcc -I.. -I../.. -I../../include -DTHREADS -DDSO_WIN32 -DTERMIOS > -DL_ENDIAN -fo > mit-frame-pointer -O2 -m486 -Wall -c -o bio_lib.o bio_lib.c > `-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead. > gcc -I.. -I../.. -I../../include -DTHREADS -DDSO_WIN32 -DTERMIOS > -DL_ENDIAN -fo > mit-frame-pointer -O2 -m486 -Wall -c -o bio_cb.o bio_cb.c > `-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead. > gcc -I.. -I../.. -I../../include -DTHREADS -DDSO_WIN32 -DTERMIOS > -DL_ENDIAN -fo > mit-frame-pointer -O2 -m486 -Wall -c -o bss_mem.o bss_mem.c > `-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead. > gcc -I.. -I../.. -I../../include -DTHREADS -DDSO_WIN32 -DTERMIOS > -DL_ENDIAN -fo > mit-frame-pointer -O2 -m486 -Wall -c -o bss_null.o bss_null.c > `-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead. > gcc -I.. -I../.. -I../../include -DTHREADS -DDSO_WIN32 -DTERMIOS > -DL_ENDIAN -fo > mit-frame-pointer -O2 -m486 -Wall -c -o bss_fd.o bss_fd.c > `-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead. > gcc -I.. -I../.. -I../../include -DTHREADS -DDSO_WIN32 -DTERMIOS > -DL_ENDIAN -fo > mit-frame-pointer -O2 -m486 -Wall -c -o bss_file.o bss_file.c > `-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead. > gcc -I.. -I../.. -I../../include -DTHREADS -DDSO_WIN32 -DTERMIOS > -DL_ENDIAN -fo > mit-frame-pointer -O2 -m486 -Wall -c -o bss_sock.o bss_sock.c > `-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead. > gcc -I.. -I../.. -I../../include -DTHREADS -DDSO_WIN32 -DTERMIOS > -DL_ENDIAN -fo > mit-frame-pointer -O2 -m486 -Wall -c -o bss_conn.o bss_conn.c > `-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead. > gcc -I.. -I../.. -I../../include -DTHREADS -DDSO_WIN32 -DTERMIOS > -DL_ENDIAN -fo > mit-frame-pointer -O2 -m486 -Wall -c -o bf_null.o bf_null.c > `-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead. > gcc -I.. -I../.. -I../../include -DTHREADS -DDSO_WIN32 -DTERMIOS > -DL_ENDIAN -fo > mit-frame-pointer -O2 -m486 -Wall -c -o bf_buff.o bf_buff.c > `-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead. > gcc -I.. -I../.. -I../../include -DTHREADS -DDSO_WIN32 -DTERMIOS > -DL_ENDIAN -fo > mit-frame-pointer -O2 -m486 -Wall -c -o b_print.o b_print.c > `-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead. > gcc -I.. -I../.. -I../../include -DTHREADS -DDSO_WIN32 -DTERMIOS > -DL_ENDIAN -fo > mit-frame-pointer -O2 -m486 -Wall -c -o b_dump.o b_dump.c > `-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead. > gcc -I.. -I../.. -I../../include -DTHREADS -DDSO_WIN32 -DTERMIOS > -DL_ENDIAN -fo > mit-frame-pointer -O2 -m486 -Wall -c -o b_sock.o b_sock.c > `-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead. > gcc -I.. -I../.. -I../../include -DTHREADS -DDSO_WIN32 -DTERMIOS > -DL_ENDIAN -fo > mit-frame-pointer -O2 -m486 -Wall -c -o bss_acpt.o bss_acpt.c > `-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead. > gcc -I.. -I../.. -I../../include -DTHREADS -DDSO_WIN32 -DTERMIOS > -DL_ENDIAN -fo > mit-frame-pointer -O2 -m486 -Wall -c -o bf_nbio.o bf_nbio.c > `-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead. > gcc -I.. -I../.. -I../../include -DTHREADS -DDSO_WIN32 -DTERMIOS > -DL_ENDIAN -fo > mit-frame-pointer -O2 -m486 -Wall -c -o bss_log.o bss_log.c > `-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead. > gcc -I.. -I../.. -I../../include -DTHREADS -DDSO_WIN32 -DTERMIOS > -DL_ENDIAN -fo > mit-frame-pointer -O2 -m486 -Wall -c -o bss_bio.o bss_bio.c > `-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead. > ar r ../../libcrypto.a bio_lib.o bio_cb.o bio_err.o bss_mem.o bss_null.o > bss_fd. > o bss_file.o bss_sock.o bss_conn.o bf_null.o bf_buff.o b_print.o b_dump.o > b_sock > .o bss_acpt.o bf_nbio.o bss_log.o bss_bio.o > You may get an error following this line. Please ignore. > /usr/bin/ranlib ../../libcrypto.a > make[2]: Leaving directory `/home/Administrator/openssl-0.9.6g/crypto/bio' > making all in crypto/stack... > make[2]: Entering directory `/home/Administrator/openssl-0.9.6g/crypto/stack' > gcc -I.. -I../.. -I../../include -DTHREADS -DDSO_WIN32 -DTERMIOS > -DL_ENDIAN -fo > mit-frame-pointer -O2 -m486 -Wall -c -o stack.o stack.c > `-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead. > ar r ../../libcrypto.a stack.o > You may get an error following this line. Please ignore. > /usr/bin/ranlib ../../libcrypto.a > make[2]: Leaving directory `/home/Administrator/openssl-0.9.6g/crypto/stack' > making all in crypto/lhash... > make[2]: Entering directory `/home/Administrator/openssl-0.9.6g/crypto/lhash' > gcc -I.. -I../.. -I../../include -DTHREADS -DDSO_WIN32 -DTERMIOS > -DL_ENDIAN -fo > mit-frame-pointer -O2 -m486 -Wall -c -o lh_stats.o lh_stats.c > `-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead. > ar r ../../libcrypto.a lhash.o lh_stats.o > You may get an error following this line. Please ignore. > /usr/bin/ranlib ../../libcrypto.a > make[2]: Leaving directory `/home/Administrator/openssl-0.9.6g/crypto/lhash' > making all in crypto/rand... > make[2]: Entering directory `/home/Administrator/openssl-0.9.6g/crypto/rand' > gcc -I.. -I../.. -I../../include -DTHREADS -DDSO_WIN32 -DTERMIOS > -DL_ENDIAN -fo > mit-frame-pointer -O2 -m486 -Wall -c -o md_rand.o md_rand.c > `-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead. > gcc -I.. -I../.. -I../../include -DTHREADS -DDSO_WIN32 -DTERMIOS > -DL_ENDIAN -fo > mit-frame-pointer -O2 -m486 -Wall -c -o randfile.o randfile.c > `-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead. > gcc -I.. -I../.. -I../../include -DTHREADS -DDSO_WIN32 -DTERMIOS > -DL_ENDIAN -fo > mit-frame-pointer -O2 -m486 -Wall -c -o rand_egd.o rand_egd.c > `-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead. > gcc -I.. -I../.. -I../../include -DTHREADS -DDSO_WIN32 -DTERMIOS > -DL_ENDIAN -fo > mit-frame-pointer -O2 -m486 -Wall -c -o rand_win.o rand_win.c > `-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead. > ar r ../../libcrypto.a md_rand.o randfile.o rand_lib.o rand_err.o > rand_egd.o ran > d_win.o > You may get an error following this line. Please ignore. > /usr/bin/ranlib ../../libcrypto.a > make[2]: Leaving directory `/home/Administrator/openssl-0.9.6g/crypto/rand' > making all in crypto/err... > make[2]: Entering directory `/home/Administrator/openssl-0.9.6g/crypto/err' > gcc -I.. -I../.. -I../../include -DTHREADS -DDSO_WIN32 -DTERMIOS > -DL_ENDIAN -fo > mit-frame-pointer -O2 -m486 -Wall -c -o err.o err.c > `-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead. > gcc -I.. -I../.. -I../../include -DTHREADS -DDSO_WIN32 -DTERMIOS > -DL_ENDIAN -fo > mit-frame-pointer -O2 -m486 -Wall -c -o err_all.o err_all.c > `-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead. > gcc -I.. -I../.. -I../../include -DTHREADS -DDSO_WIN32 -DTERMIOS > -DL_ENDIAN -fo > mit-frame-pointer -O2 -m486 -Wall -c -o err_prn.o err_prn.c > `-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead. > ar r ../../libcrypto.a err.o err_all.o err_prn.o > You may get an error following this line. Please ignore. > /usr/bin/ranlib ../../libcrypto.a > make[2]: Leaving directory `/home/Administrator/openssl-0.9.6g/crypto/err' > making all in crypto/objects... > make[2]: Entering directory `/home/Administrator/openssl-0.9.6g/crypto/objects' > gcc -I.. -I../.. -I../../include -DTHREADS -DDSO_WIN32 -DTERMIOS > -DL_ENDIAN -fo > mit-frame-pointer -O2 -m486 -Wall -c -o o_names.o o_names.c > `-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead. > gcc -I.. -I../.. -I../../include -DTHREADS -DDSO_WIN32 -DTERMIOS > -DL_ENDIAN -fo > mit-frame-pointer -O2 -m486 -Wall -c -o obj_dat.o obj_dat.c > `-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead. > In file included from obj_dat.c:68: > obj_dat.h:470: parse error before "Selected" > In file included from obj_dat.c:68: > obj_dat.h:470:28: warning: multi-line string literals are deprecated > obj_dat.h:472: warning: initialization makes pointer from integer without a > cast > > obj_dat.h:472: warning: initialization makes integer from pointer without a > cast > > make[2]: *** [obj_dat.o] Error 1 > make[2]: Leaving directory `/home/Administrator/openssl-0.9.6g/crypto/objects' > make[1]: *** [subdirs] Error 1 > make[1]: Leaving directory `/home/Administrator/openssl-0.9.6g/crypto' > make: *** [sub_all] Error 1 > > Administrator@SERVER ~/openssl-0.9.6g > $ make test > testing... > make[1]: Entering directory `/home/Administrator/openssl-0.9.6g/test' > gcc -I../include -DTHREADS -DDSO_WIN32 -DTERMIOS -DL_ENDIAN > -fomit-frame-pointe > r -O2 -m486 -Wall -c -o bntest.o bntest.c > `-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead. > gcc -o bntest -I../include -DTHREADS -DDSO_WIN32 -DTERMIOS -DL_ENDIAN > -fomit-fr > ame-pointer -O2 -m486 -Wall bntest.o -L.. -lcrypto > ../libcrypto.a(err_all.o)(.text+0x1b):err_all.c: undefined reference to > `_ERR_lo > ad_ASN1_strings' > ../libcrypto.a(err_all.o)(.text+0x2f):err_all.c: undefined reference to > `_ERR_lo > ad_CONF_strings' > ../libcrypto.a(err_all.o)(.text+0x48):err_all.c: undefined reference to > `_ERR_lo > ad_EVP_strings' > ../libcrypto.a(err_all.o)(.text+0x4d):err_all.c: undefined reference to > `_ERR_lo > ad_OBJ_strings' > ../libcrypto.a(err_all.o)(.text+0x52):err_all.c: undefined reference to > `_ERR_lo > ad_PEM_strings' > ../libcrypto.a(err_all.o)(.text+0x57):err_all.c: undefined reference to > `_ERR_lo > ad_X509_strings' > ../libcrypto.a(err_all.o)(.text+0x5c):err_all.c: undefined reference to > `_ERR_lo > ad_X509V3_strings' > ../libcrypto.a(err_all.o)(.text+0x66):err_all.c: undefined reference to > `_ERR_lo > ad_PKCS7_strings' > ../libcrypto.a(err_all.o)(.text+0x6b):err_all.c: undefined reference to > `_ERR_lo > ad_PKCS12_strings' > collect2: ld returned 1 exit status > make[1]: *** [bntest] Error 1 > make[1]: Leaving directory `/home/Administrator/openssl-0.9.6g/test' > make: *** [tests] Error 2 > > Administrator@SERVER ~/openssl-0.9.6g > $ > > As you can see, make generates 2 warnings, which appear to then result in a > fatal error. make test fails, I am assuming because make failed. They > appear related in the console log, anyway. > > Any help with this would be greatly appreciated. I know openssl isn't > heavily supported on a Win2k environment, but somebody out there must have > it going! > > TIA, > Scott Brown > > ______________________________________________________________________ > OpenSSL Project http://www.openssl.org > User Support Mailing List [EMAIL PROTECTED] > Automated List Manager [EMAIL PROTECTED] ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]