Hello all

I am having trouble getting OpenSSL-0.9.6 to compile. I have, as you
will see from the output of the make report, configured with the no-asm
option and which fixed one problem I was having. But I continue to have
problems getting it to compile. I am pretty sure that it is nothing
wrong with my OS but if anyone knows anything else I should check, or
look for based on the testlog file I am attaching with this email pleas
let me know!

Thanks
Isaac

------------------------------------------------------------------------
----OpenSSL self-test report:

OpenSSL version:  0.9.6
Last change:      In ssl23_get_client_hello, generate an error message
wh...
Options:          no-asm
OS (uname):       Linux plato 2.4.16-83 #1 SMP Fri Dec 14 13:01:46 EST
2001 i686 unknown
OS (config):      i686-whatever-linux2
Target (default): ??
Target:           linux-elf
Compiler:         gcc version 2.96 20000731 (Red Hat Linux 7.1 2.96-85)

Failure!
------------------------------------------------------------------------
----
make[1]: Entering directory `/usr/src/redhat/SOURCES/openssl-0.9.6'
making all in crypto...
make[2]: Entering directory
`/usr/src/redhat/SOURCES/openssl-0.9.6/crypto'
( echo "#ifndef MK1MF_BUILD"; \
echo "  /* auto-generated by crypto/Makefile.ssl for crypto/cversion.c
*/"; \
echo "  #define CFLAGS \"gcc -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall\""; \
echo "  #define PLATFORM \"linux-elf\""; \
echo "  #define DATE \"`date`\""; \
echo "#endif" ) >buildinf.h
gcc -I. -I../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o cryptlib.o cryptlib.c
gcc -I. -I../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o mem.o mem.c
gcc -I. -I../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o mem_dbg.o mem_dbg.c
gcc -I. -I../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o cversion.o cversion.c
gcc -I. -I../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o ex_data.o ex_data.c
gcc -I. -I../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o tmdiff.o tmdiff.c
gcc -I. -I../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o cpt_err.o cpt_err.c
gcc -I. -I../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o ebcdic.o ebcdic.c
ar r ../libcrypto.a cryptlib.o mem.o mem_dbg.o cversion.o ex_data.o
tmdiff.o cpt_err.o ebcdic.o
/usr/bin/ranlib ../libcrypto.a
making all in crypto/md2...
make[3]: Entering directory
`/usr/src/redhat/SOURCES/openssl-0.9.6/crypto/md2'
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o md2_dgst.o md2_dgst.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o md2_one.o md2_one.c
ar r ../../libcrypto.a md2_dgst.o md2_one.o
/usr/bin/ranlib ../../libcrypto.a
make[3]: Leaving directory
`/usr/src/redhat/SOURCES/openssl-0.9.6/crypto/md2'
making all in crypto/md4...
make[3]: Entering directory
`/usr/src/redhat/SOURCES/openssl-0.9.6/crypto/md4'
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o md4_dgst.o md4_dgst.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o md4_one.o md4_one.c
ar r ../../libcrypto.a md4_dgst.o md4_one.o
/usr/bin/ranlib ../../libcrypto.a
make[3]: Leaving directory
`/usr/src/redhat/SOURCES/openssl-0.9.6/crypto/md4'
making all in crypto/md5...
make[3]: Entering directory
`/usr/src/redhat/SOURCES/openssl-0.9.6/crypto/md5'
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o md5_dgst.o md5_dgst.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o md5_one.o md5_one.c
ar r ../../libcrypto.a md5_dgst.o md5_one.o 
/usr/bin/ranlib ../../libcrypto.a
make[3]: Leaving directory
`/usr/src/redhat/SOURCES/openssl-0.9.6/crypto/md5'
making all in crypto/sha...
make[3]: Entering directory
`/usr/src/redhat/SOURCES/openssl-0.9.6/crypto/sha'
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o sha_dgst.o sha_dgst.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o sha1dgst.o sha1dgst.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o sha_one.o sha_one.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o sha1_one.o sha1_one.c
ar r ../../libcrypto.a sha_dgst.o sha1dgst.o sha_one.o sha1_one.o 
/usr/bin/ranlib ../../libcrypto.a
make[3]: Leaving directory
`/usr/src/redhat/SOURCES/openssl-0.9.6/crypto/sha'
making all in crypto/mdc2...
make[3]: Entering directory
`/usr/src/redhat/SOURCES/openssl-0.9.6/crypto/mdc2'
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o mdc2dgst.o mdc2dgst.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o mdc2_one.o mdc2_one.c
ar r ../../libcrypto.a mdc2dgst.o mdc2_one.o
/usr/bin/ranlib ../../libcrypto.a
make[3]: Leaving directory
`/usr/src/redhat/SOURCES/openssl-0.9.6/crypto/mdc2'
making all in crypto/hmac...
make[3]: Entering directory
`/usr/src/redhat/SOURCES/openssl-0.9.6/crypto/hmac'
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o hmac.o hmac.c
ar r ../../libcrypto.a hmac.o
/usr/bin/ranlib ../../libcrypto.a
make[3]: Leaving directory
`/usr/src/redhat/SOURCES/openssl-0.9.6/crypto/hmac'
making all in crypto/ripemd...
make[3]: Entering directory
`/usr/src/redhat/SOURCES/openssl-0.9.6/crypto/ripemd'
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o rmd_dgst.o rmd_dgst.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o rmd_one.o rmd_one.c
ar r ../../libcrypto.a rmd_dgst.o rmd_one.o 
/usr/bin/ranlib ../../libcrypto.a
make[3]: Leaving directory
`/usr/src/redhat/SOURCES/openssl-0.9.6/crypto/ripemd'
making all in crypto/des...
make[3]: Entering directory
`/usr/src/redhat/SOURCES/openssl-0.9.6/crypto/des'
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o set_key.o set_key.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o ecb_enc.o ecb_enc.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o cbc_enc.o cbc_enc.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o ecb3_enc.o ecb3_enc.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o cfb64enc.o cfb64enc.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o cfb64ede.o cfb64ede.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o cfb_enc.o cfb_enc.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o ofb64ede.o ofb64ede.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o enc_read.o enc_read.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o enc_writ.o enc_writ.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o ofb64enc.o ofb64enc.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o ofb_enc.o ofb_enc.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o str2key.o str2key.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o pcbc_enc.o pcbc_enc.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o qud_cksm.o qud_cksm.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o rand_key.o rand_key.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o des_enc.o des_enc.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o fcrypt_b.o fcrypt_b.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o read2pwd.o read2pwd.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o fcrypt.o fcrypt.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o xcbc_enc.o xcbc_enc.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o read_pwd.o read_pwd.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o rpc_enc.o rpc_enc.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o cbc_cksm.o cbc_cksm.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o ede_cbcm_enc.o ede_cbcm_enc.c
ar r ../../libcrypto.a set_key.o  ecb_enc.o  cbc_enc.o ecb3_enc.o
cfb64enc.o cfb64ede.o cfb_enc.o  ofb64ede.o enc_read.o enc_writ.o
ofb64enc.o ofb_enc.o  str2key.o  pcbc_enc.o qud_cksm.o rand_key.o
des_enc.o fcrypt_b.o read2pwd.o fcrypt.o xcbc_enc.o read_pwd.o rpc_enc.o
cbc_cksm.o ede_cbcm_enc.o
/usr/bin/ranlib ../../libcrypto.a
make[3]: Leaving directory
`/usr/src/redhat/SOURCES/openssl-0.9.6/crypto/des'
making all in crypto/rc2...
make[3]: Entering directory
`/usr/src/redhat/SOURCES/openssl-0.9.6/crypto/rc2'
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o rc2_ecb.o rc2_ecb.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o rc2_skey.o rc2_skey.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o rc2_cbc.o rc2_cbc.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o rc2cfb64.o rc2cfb64.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o rc2ofb64.o rc2ofb64.c
ar r ../../libcrypto.a rc2_ecb.o rc2_skey.o rc2_cbc.o rc2cfb64.o
rc2ofb64.o
/usr/bin/ranlib ../../libcrypto.a
make[3]: Leaving directory
`/usr/src/redhat/SOURCES/openssl-0.9.6/crypto/rc2'
making all in crypto/rc4...
make[3]: Entering directory
`/usr/src/redhat/SOURCES/openssl-0.9.6/crypto/rc4'
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o rc4_skey.o rc4_skey.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o rc4_enc.o rc4_enc.c
ar r ../../libcrypto.a rc4_skey.o rc4_enc.o
/usr/bin/ranlib ../../libcrypto.a
make[3]: Leaving directory
`/usr/src/redhat/SOURCES/openssl-0.9.6/crypto/rc4'
making all in crypto/rc5...
make[3]: Entering directory
`/usr/src/redhat/SOURCES/openssl-0.9.6/crypto/rc5'
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o rc5_skey.o rc5_skey.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o rc5_ecb.o rc5_ecb.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o rc5_enc.o rc5_enc.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o rc5cfb64.o rc5cfb64.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o rc5ofb64.o rc5ofb64.c
ar r ../../libcrypto.a rc5_skey.o rc5_ecb.o rc5_enc.o rc5cfb64.o
rc5ofb64.o
/usr/bin/ranlib ../../libcrypto.a
make[3]: Leaving directory
`/usr/src/redhat/SOURCES/openssl-0.9.6/crypto/rc5'
making all in crypto/idea...
make[3]: Entering directory
`/usr/src/redhat/SOURCES/openssl-0.9.6/crypto/idea'
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o i_cbc.o i_cbc.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o i_cfb64.o i_cfb64.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o i_ofb64.o i_ofb64.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o i_ecb.o i_ecb.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o i_skey.o i_skey.c
ar r ../../libcrypto.a i_cbc.o i_cfb64.o i_ofb64.o i_ecb.o i_skey.o
/usr/bin/ranlib ../../libcrypto.a
make[3]: Leaving directory
`/usr/src/redhat/SOURCES/openssl-0.9.6/crypto/idea'
making all in crypto/bf...
make[3]: Entering directory
`/usr/src/redhat/SOURCES/openssl-0.9.6/crypto/bf'
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o bf_skey.o bf_skey.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o bf_ecb.o bf_ecb.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o bf_enc.o bf_enc.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o bf_cfb64.o bf_cfb64.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o bf_ofb64.o bf_ofb64.c
ar r ../../libcrypto.a bf_skey.o bf_ecb.o bf_enc.o bf_cfb64.o bf_ofb64.o
/usr/bin/ranlib ../../libcrypto.a
make[3]: Leaving directory
`/usr/src/redhat/SOURCES/openssl-0.9.6/crypto/bf'
making all in crypto/cast...
make[3]: Entering directory
`/usr/src/redhat/SOURCES/openssl-0.9.6/crypto/cast'
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o c_skey.o c_skey.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o c_ecb.o c_ecb.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o c_enc.o c_enc.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o c_cfb64.o c_cfb64.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o c_ofb64.o c_ofb64.c
ar r ../../libcrypto.a c_skey.o c_ecb.o c_enc.o c_cfb64.o c_ofb64.o
/usr/bin/ranlib ../../libcrypto.a
make[3]: Leaving directory
`/usr/src/redhat/SOURCES/openssl-0.9.6/crypto/cast'
making all in crypto/bn...
make[3]: Entering directory
`/usr/src/redhat/SOURCES/openssl-0.9.6/crypto/bn'
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o bn_add.o bn_add.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o bn_div.o bn_div.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o bn_exp.o bn_exp.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o bn_lib.o bn_lib.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o bn_ctx.o bn_ctx.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o bn_mul.o bn_mul.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o bn_print.o bn_print.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o bn_rand.o bn_rand.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o bn_shift.o bn_shift.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o bn_word.o bn_word.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o bn_blind.o bn_blind.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o bn_gcd.o bn_gcd.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o bn_prime.o bn_prime.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o bn_err.o bn_err.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o bn_sqr.o bn_sqr.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o bn_asm.o bn_asm.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o bn_recp.o bn_recp.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o bn_mont.o bn_mont.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o bn_mpi.o bn_mpi.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o bn_exp2.o bn_exp2.c
ar r ../../libcrypto.a bn_add.o bn_div.o bn_exp.o bn_lib.o bn_ctx.o
bn_mul.o bn_print.o bn_rand.o bn_shift.o bn_word.o bn_blind.o bn_gcd.o
bn_prime.o bn_err.o bn_sqr.o bn_asm.o bn_recp.o bn_mont.o bn_mpi.o
bn_exp2.o
/usr/bin/ranlib ../../libcrypto.a
make[3]: Leaving directory
`/usr/src/redhat/SOURCES/openssl-0.9.6/crypto/bn'
making all in crypto/rsa...
make[3]: Entering directory
`/usr/src/redhat/SOURCES/openssl-0.9.6/crypto/rsa'
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o rsa_eay.o rsa_eay.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o rsa_gen.o rsa_gen.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o rsa_lib.o rsa_lib.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o rsa_sign.o rsa_sign.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o rsa_saos.o rsa_saos.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o rsa_err.o rsa_err.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o rsa_pk1.o rsa_pk1.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o rsa_ssl.o rsa_ssl.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o rsa_none.o rsa_none.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o rsa_oaep.o rsa_oaep.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o rsa_chk.o rsa_chk.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o rsa_null.o rsa_null.c
ar r ../../libcrypto.a rsa_eay.o rsa_gen.o rsa_lib.o rsa_sign.o
rsa_saos.o rsa_err.o rsa_pk1.o rsa_ssl.o rsa_none.o rsa_oaep.o rsa_chk.o
rsa_null.o
/usr/bin/ranlib ../../libcrypto.a
make[3]: Leaving directory
`/usr/src/redhat/SOURCES/openssl-0.9.6/crypto/rsa'
making all in crypto/dsa...
make[3]: Entering directory
`/usr/src/redhat/SOURCES/openssl-0.9.6/crypto/dsa'
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o dsa_gen.o dsa_gen.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o dsa_key.o dsa_key.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o dsa_lib.o dsa_lib.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o dsa_asn1.o dsa_asn1.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o dsa_vrf.o dsa_vrf.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o dsa_sign.o dsa_sign.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o dsa_err.o dsa_err.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o dsa_ossl.o dsa_ossl.c
ar r ../../libcrypto.a dsa_gen.o dsa_key.o dsa_lib.o dsa_asn1.o
dsa_vrf.o dsa_sign.o dsa_err.o dsa_ossl.o
/usr/bin/ranlib ../../libcrypto.a
make[3]: Leaving directory
`/usr/src/redhat/SOURCES/openssl-0.9.6/crypto/dsa'
making all in crypto/dh...
make[3]: Entering directory
`/usr/src/redhat/SOURCES/openssl-0.9.6/crypto/dh'
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o dh_gen.o dh_gen.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o dh_key.o dh_key.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o dh_lib.o dh_lib.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o dh_check.o dh_check.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o dh_err.o dh_err.c
ar r ../../libcrypto.a dh_gen.o dh_key.o dh_lib.o dh_check.o dh_err.o
/usr/bin/ranlib ../../libcrypto.a
make[3]: Leaving directory
`/usr/src/redhat/SOURCES/openssl-0.9.6/crypto/dh'
making all in crypto/dso...
make[3]: Entering directory
`/usr/src/redhat/SOURCES/openssl-0.9.6/crypto/dso'
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o dso_dl.o dso_dl.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o dso_dlfcn.o dso_dlfcn.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o dso_err.o dso_err.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o dso_lib.o dso_lib.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o dso_null.o dso_null.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o dso_openssl.o dso_openssl.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o dso_win32.o dso_win32.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o dso_vms.o dso_vms.c
ar r ../../libcrypto.a dso_dl.o dso_dlfcn.o dso_err.o dso_lib.o
dso_null.o dso_openssl.o dso_win32.o dso_vms.o
/usr/bin/ranlib ../../libcrypto.a
make[3]: Leaving directory
`/usr/src/redhat/SOURCES/openssl-0.9.6/crypto/dso'
making all in crypto/buffer...
make[3]: Entering directory
`/usr/src/redhat/SOURCES/openssl-0.9.6/crypto/buffer'
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o buffer.o buffer.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o buf_err.o buf_err.c
ar r ../../libcrypto.a buffer.o buf_err.o
/usr/bin/ranlib ../../libcrypto.a
make[3]: Leaving directory
`/usr/src/redhat/SOURCES/openssl-0.9.6/crypto/buffer'
making all in crypto/bio...
make[3]: Entering directory
`/usr/src/redhat/SOURCES/openssl-0.9.6/crypto/bio'
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o bio_lib.o bio_lib.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o bio_cb.o bio_cb.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o bio_err.o bio_err.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o bss_mem.o bss_mem.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o bss_null.o bss_null.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o bss_fd.o bss_fd.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o bss_file.o bss_file.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o bss_sock.o bss_sock.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o bss_conn.o bss_conn.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o bf_null.o bf_null.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o bf_buff.o bf_buff.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o b_print.o b_print.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o b_dump.o b_dump.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o b_sock.o b_sock.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o bss_acpt.o bss_acpt.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o bf_nbio.o bf_nbio.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o bss_log.o bss_log.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o bss_bio.o bss_bio.c
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
/usr/bin/ranlib ../../libcrypto.a
make[3]: Leaving directory
`/usr/src/redhat/SOURCES/openssl-0.9.6/crypto/bio'
making all in crypto/stack...
make[3]: Entering directory
`/usr/src/redhat/SOURCES/openssl-0.9.6/crypto/stack'
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o stack.o stack.c
ar r ../../libcrypto.a stack.o
/usr/bin/ranlib ../../libcrypto.a
make[3]: Leaving directory
`/usr/src/redhat/SOURCES/openssl-0.9.6/crypto/stack'
making all in crypto/lhash...
make[3]: Entering directory
`/usr/src/redhat/SOURCES/openssl-0.9.6/crypto/lhash'
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o lhash.o lhash.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o lh_stats.o lh_stats.c
ar r ../../libcrypto.a lhash.o lh_stats.o
/usr/bin/ranlib ../../libcrypto.a
make[3]: Leaving directory
`/usr/src/redhat/SOURCES/openssl-0.9.6/crypto/lhash'
making all in crypto/rand...
make[3]: Entering directory
`/usr/src/redhat/SOURCES/openssl-0.9.6/crypto/rand'
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o md_rand.o md_rand.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o randfile.o randfile.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o rand_lib.o rand_lib.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o rand_err.o rand_err.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o rand_egd.o rand_egd.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o rand_win.o rand_win.c
ar r ../../libcrypto.a md_rand.o randfile.o rand_lib.o rand_err.o
rand_egd.o rand_win.o
/usr/bin/ranlib ../../libcrypto.a
make[3]: Leaving directory
`/usr/src/redhat/SOURCES/openssl-0.9.6/crypto/rand'
making all in crypto/err...
make[3]: Entering directory
`/usr/src/redhat/SOURCES/openssl-0.9.6/crypto/err'
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o err.o err.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o err_all.o err_all.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o err_prn.o err_prn.c
ar r ../../libcrypto.a err.o err_all.o err_prn.o
/usr/bin/ranlib ../../libcrypto.a
make[3]: Leaving directory
`/usr/src/redhat/SOURCES/openssl-0.9.6/crypto/err'
making all in crypto/objects...
make[3]: Entering directory
`/usr/src/redhat/SOURCES/openssl-0.9.6/crypto/objects'
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o o_names.o o_names.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o obj_dat.o obj_dat.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o obj_lib.o obj_lib.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o obj_err.o obj_err.c
ar r ../../libcrypto.a o_names.o obj_dat.o obj_lib.o obj_err.o
/usr/bin/ranlib ../../libcrypto.a
make[3]: Leaving directory
`/usr/src/redhat/SOURCES/openssl-0.9.6/crypto/objects'
making all in crypto/evp...
make[3]: Entering directory
`/usr/src/redhat/SOURCES/openssl-0.9.6/crypto/evp'
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o encode.o encode.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o digest.o digest.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o evp_enc.o evp_enc.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o evp_key.o evp_key.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o e_des.o e_des.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o e_bf.o e_bf.c
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall   -c -o e_idea.o e_idea.c
e_idea.c: In function `idea_ecb_cipher':
e_idea.c:78: warning: implicit declaration of function
`idea_ecb_encrypt'
e_idea.c:78: union has no member named `idea_ks'
e_idea.c: In function `idea_cbc_cipher':
e_idea.c:84: warning: implicit declaration of function
`idea_cbc_encrypt'
e_idea.c:84: union has no member named `idea_ks'
e_idea.c: In function `idea_ofb_cipher':
e_idea.c:85: warning: implicit declaration of function
`idea_ofb64_encrypt'
e_idea.c:85: union has no member named `idea_ks'
e_idea.c: In function `idea_cfb_cipher':
e_idea.c:86: warning: implicit declaration of function
`idea_cfb64_encrypt'
e_idea.c:86: union has no member named `idea_ks'
e_idea.c: At top level:
e_idea.c:88: union has no member named `idea_ks'
e_idea.c:88: union has no member named `idea_ks'
e_idea.c:88: union has no member named `idea_ks'
e_idea.c:88: union has no member named `idea_ks'
e_idea.c: In function `idea_init_key':
e_idea.c:99: warning: implicit declaration of function
`idea_set_encrypt_key'
e_idea.c:99: union has no member named `idea_ks'
e_idea.c:102: `IDEA_KEY_SCHEDULE' undeclared (first use in this
function)
e_idea.c:102: (Each undeclared identifier is reported only once
e_idea.c:102: for each function it appears in.)
e_idea.c:102: parse error before `tmp'
e_idea.c:104: `tmp' undeclared (first use in this function)
e_idea.c:105: warning: implicit declaration of function
`idea_set_decrypt_key'
e_idea.c:105: union has no member named `idea_ks'
make[3]: *** [e_idea.o] Error 1
make[3]: Leaving directory
`/usr/src/redhat/SOURCES/openssl-0.9.6/crypto/evp'
make[2]: *** [subdirs] Error 1
make[2]: Leaving directory
`/usr/src/redhat/SOURCES/openssl-0.9.6/crypto'
make[1]: *** [all] Error 1
make[1]: Leaving directory `/usr/src/redhat/SOURCES/openssl-0.9.6'
------------------------------------------------------------------------
----
make[1]: Entering directory `/usr/src/redhat/SOURCES/openssl-0.9.6'
c_rehash: rehashing skipped ('openssl' program not available)
touch rehash.time
testing...
make[2]: Entering directory `/usr/src/redhat/SOURCES/openssl-0.9.6/test'
gcc -I../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H
-DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -m486 -Wall   -c
-o bntest.o bntest.c
gcc -o bntest -I../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DNO_ASM -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall bntest.o -L. -L.. -L../.. -L../../.. -L.. -lcrypto -ldl
../libcrypto.a(err_all.o): In function `ERR_load_crypto_strings':
err_all.o(.text+0x25): undefined reference to `ERR_load_ASN1_strings'
err_all.o(.text+0x39): undefined reference to `ERR_load_CONF_strings'
err_all.o(.text+0x52): undefined reference to `ERR_load_EVP_strings'
err_all.o(.text+0x5c): undefined reference to `ERR_load_PEM_strings'
err_all.o(.text+0x61): undefined reference to `ERR_load_X509_strings'
err_all.o(.text+0x66): undefined reference to `ERR_load_X509V3_strings'
err_all.o(.text+0x70): undefined reference to `ERR_load_PKCS7_strings'
err_all.o(.text+0x75): undefined reference to `ERR_load_PKCS12_strings'
collect2: ld returned 1 exit status
make[2]: *** [bntest] Error 1
make[2]: Leaving directory `/usr/src/redhat/SOURCES/openssl-0.9.6/test'
make[1]: *** [tests] Error 2
make[1]: Leaving directory `/usr/src/redhat/SOURCES/openssl-0.9.6'
------------------------------------------------------------------------
----
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to