I seem to be getting an error compiling this version where previous in
.0.9.1c I had none.  Hope you can help.  Thank you in advance.

Operating system:

BSDI 4.01

OpenSSL Version:

0.9.3a

./config -t (Output):

Operating system: i386-whatever-bsdi
Configuring for bsdi-gcc
/usr/bin/perl5 ./Configure bsdi-gcc 386



making all in crypto...
making all in crypto/md2...
making all in crypto/md5...
making all in crypto/sha...
making all in crypto/mdc2...
making all in crypto/hmac...
making all in crypto/ripemd...
making all in crypto/des...
making all in crypto/rc2...
making all in crypto/rc4...
making all in crypto/rc5...
making all in crypto/idea...
making all in crypto/bf...
making all in crypto/cast...
making all in crypto/bn...
making all in crypto/rsa...
making all in crypto/dsa...
making all in crypto/dh...
making all in crypto/buffer...
making all in crypto/bio...
making all in crypto/stack...
making all in crypto/lhash...
making all in crypto/rand...
making all in crypto/err...
making all in crypto/objects...
making all in crypto/evp...
making all in crypto/asn1...
making all in crypto/pem...
making all in crypto/x509...
making all in crypto/x509v3...
making all in crypto/conf...
making all in crypto/txt_db...
making all in crypto/pkcs7...
making all in crypto/pkcs12...
making all in crypto/comp...
making all in ssl...
making all in rsaref...
making all in apps...
rm -f openssl
gcc -o
openssl -DMONOLITH -I../include -O3 -ffast-math -DL_ENDIAN -DPERL5 -m486 -DS
HA1_ASM -DMD5_ASM -DRMD160_ASM openssl.o verify.o asn1pars.o req.o dgst.o
dh.o enc.o gendh.o errstr.o ca.o  pkcs7.o crl2p7.o crl.o  rsa.o dsa.o
dsaparam.o  x509.o genrsa.o gendsa.o s_server.o s_client.o speed.o  s_time.o
apps.o s_cb.o s_socket.o version.o sess_id.o  ciphers.o nseq.o
pkcs12.o -L. -L.. -L../.. -L../../.. -L.. -lssl -L.. -lcrypto
speed.o: In function `speed_main':
speed.o(.text+0x13c5): undefined reference to `RC4'
speed.o(.text+0x14ee): undefined reference to `des_ncbc_encrypt'
speed.o(.text+0x162e): undefined reference to `des_ede3_cbc_encrypt'
speed.o(.text+0x19be): undefined reference to `RC5_32_cbc_encrypt'
speed.o(.text+0x1aee): undefined reference to `BF_cbc_encrypt'
speed.o(.text+0x1c1e): undefined reference to `CAST_cbc_encrypt'
../libcrypto.a(md5_dgst.o): In function `MD5_Update':
md5_dgst.o(.text+0xe5): undefined reference to `md5_block_asm_host_order'
md5_dgst.o(.text+0x270): undefined reference to `md5_block_asm_host_order'
../libcrypto.a(md5_dgst.o): In function `MD5_Transform':
md5_dgst.o(.text+0x32e): undefined reference to `md5_block_asm_host_order'
../libcrypto.a(md5_dgst.o): In function `MD5_Final':
md5_dgst.o(.text+0x3e3): undefined reference to `md5_block_asm_host_order'
md5_dgst.o(.text+0x411): undefined reference to `md5_block_asm_host_order'
../libcrypto.a(sha1dgst.o): In function `SHA1_Update':
sha1dgst.o(.text+0x16b): undefined reference to `sha1_block_x86'
sha1dgst.o(.text+0x2ed): undefined reference to `sha1_block_x86'
sha1dgst.o(.text+0x339): undefined reference to `sha1_block_x86'
../libcrypto.a(sha1dgst.o): In function `SHA1_Transform':
sha1dgst.o(.text+0x411): undefined reference to `sha1_block_x86'
../libcrypto.a(sha1dgst.o): In function `SHA1_Final':
sha1dgst.o(.text+0x4a6): undefined reference to `sha1_block_x86'
../libcrypto.a(sha1dgst.o)(.text+0x514): more undefined references to
`sha1_block_x86' follow
../libcrypto.a(ecb_enc.o): In function `des_ecb_encrypt':
ecb_enc.o(.text+0xaa): undefined reference to `des_encrypt'
../libcrypto.a(bf_skey.o): In function `BF_set_key':
bf_skey.o(.text+0x9e): undefined reference to `BF_encrypt'
bf_skey.o(.text+0xd2): undefined reference to `BF_encrypt'
../libcrypto.a(bf_ecb.o): In function `BF_ecb_encrypt':
bf_ecb.o(.text+0x70): undefined reference to `BF_encrypt'
bf_ecb.o(.text+0x86): undefined reference to `BF_decrypt'
../libcrypto.a(bn_word.o): In function `BN_div_word':
bn_word.o(.text+0x9f): undefined reference to `bn_div_words'
../libcrypto.a(bn_word.o): In function `BN_mul_word':
bn_word.o(.text+0x299): undefined reference to `bn_mul_words'
../libcrypto.a(e_cbc_d.o): In function `des_cbc_cipher':
e_cbc_d.o(.text+0x71): undefined reference to `des_ncbc_encrypt'
../libcrypto.a(e_cbc_3d.o): In function `des_cbc_ede_cipher':
e_cbc_3d.o(.text+0x11f): undefined reference to `des_ede3_cbc_encrypt'
../libcrypto.a(e_rc4.o): In function `rc4_cipher':
e_rc4.o(.text+0x77): undefined reference to `RC4'
../libcrypto.a(mdc2dgst.o): In function `mdc2_body':
mdc2dgst.o(.text+0x1ce): undefined reference to `des_encrypt'
mdc2dgst.o(.text+0x20b): undefined reference to `des_encrypt'
../libcrypto.a(rmd_dgst.o): In function `RIPEMD160_Update':
rmd_dgst.o(.text+0x155): undefined reference to `ripemd160_block_x86'
rmd_dgst.o(.text+0x2f2): undefined reference to `ripemd160_block_x86'
rmd_dgst.o(.text+0x336): undefined reference to `ripemd160_block_x86'
../libcrypto.a(rmd_dgst.o): In function `RIPEMD160_Transform':
rmd_dgst.o(.text+0x3a1): undefined reference to `ripemd160_block_x86'
../libcrypto.a(rmd_dgst.o): In function `RIPEMD160_Final':
rmd_dgst.o(.text+0x436): undefined reference to `ripemd160_block_x86'
../libcrypto.a(rmd_dgst.o)(.text+0x46e): more undefined references to
`ripemd160_block_x86' follow
../libcrypto.a(bn_add.o): In function `BN_uadd':
bn_add.o(.text+0x137): undefined reference to `bn_add_words'
../libcrypto.a(bn_div.o): In function `BN_div':
bn_div.o(.text+0x2ca): undefined reference to `bn_div_words'
bn_div.o(.text+0x3c5): undefined reference to `bn_mul_words'
../libcrypto.a(bn_mul.o): In function `bn_mul_recursive':
bn_mul.o(.text+0x2a): undefined reference to `bn_mul_comba8'
bn_mul.o(.text+0x107): undefined reference to `bn_sub_words'
bn_mul.o(.text+0x137): undefined reference to `bn_sub_words'
bn_mul.o(.text+0x14b): undefined reference to `bn_sub_words'
bn_mul.o(.text+0x177): undefined reference to `bn_sub_words'
bn_mul.o(.text+0x18b): undefined reference to `bn_sub_words'
../libcrypto.a(bn_mul.o)(.text+0x1c7): more undefined references to
`bn_sub_words' follow
../libcrypto.a(bn_mul.o): In function `bn_mul_recursive':
bn_mul.o(.text+0x200): undefined reference to `bn_mul_comba4'
bn_mul.o(.text+0x233): undefined reference to `bn_mul_comba4'
bn_mul.o(.text+0x253): undefined reference to `bn_mul_comba4'
bn_mul.o(.text+0x27e): undefined reference to `bn_mul_comba8'
bn_mul.o(.text+0x2b3): undefined reference to `bn_mul_comba8'
bn_mul.o(.text+0x2d3): undefined reference to `bn_mul_comba8'
bn_mul.o(.text+0x37b): undefined reference to `bn_add_words'
bn_mul.o(.text+0x39a): undefined reference to `bn_sub_words'
bn_mul.o(.text+0x3c0): undefined reference to `bn_add_words'
bn_mul.o(.text+0x3dd): undefined reference to `bn_add_words'
../libcrypto.a(bn_mul.o): In function `bn_mul_part_recursive':
bn_mul.o(.text+0x470): undefined reference to `bn_sub_words'
bn_mul.o(.text+0x48e): undefined reference to `bn_sub_words'
bn_mul.o(.text+0x4bb): undefined reference to `bn_mul_comba8'
bn_mul.o(.text+0x4cc): undefined reference to `bn_mul_comba8'
bn_mul.o(.text+0x6d1): undefined reference to `bn_add_words'
bn_mul.o(.text+0x6e5): undefined reference to `bn_sub_words'
bn_mul.o(.text+0x6fc): undefined reference to `bn_add_words'
../libcrypto.a(bn_mul.o): In function `bn_mul_low_recursive':
bn_mul.o(.text+0x7a8): undefined reference to `bn_add_words'
bn_mul.o(.text+0x80f): undefined reference to `bn_add_words'
bn_mul.o(.text+0x818): undefined reference to `bn_add_words'
../libcrypto.a(bn_mul.o): In function `bn_mul_high':
bn_mul.o(.text+0x8e7): undefined reference to `bn_sub_words'
bn_mul.o(.text+0x917): undefined reference to `bn_sub_words'
bn_mul.o(.text+0x92a): undefined reference to `bn_sub_words'
bn_mul.o(.text+0x957): undefined reference to `bn_sub_words'
bn_mul.o(.text+0x96b): undefined reference to `bn_sub_words'
../libcrypto.a(bn_mul.o)(.text+0x997): more undefined references to
`bn_sub_words' follow
../libcrypto.a(bn_mul.o): In function `bn_mul_high':
bn_mul.o(.text+0x9cc): undefined reference to `bn_mul_comba8'
bn_mul.o(.text+0x9e3): undefined reference to `bn_mul_comba8'
bn_mul.o(.text+0xa4f): undefined reference to `bn_add_words'
bn_mul.o(.text+0xa77): undefined reference to `bn_sub_words'
bn_mul.o(.text+0xa8e): undefined reference to `bn_add_words'
bn_mul.o(.text+0xab7): undefined reference to `bn_sub_words'
bn_mul.o(.text+0xb13): undefined reference to `bn_add_words'
bn_mul.o(.text+0xb43): undefined reference to `bn_add_words'
bn_mul.o(.text+0xb58): undefined reference to `bn_sub_words'
bn_mul.o(.text+0xb78): undefined reference to `bn_add_words'
bn_mul.o(.text+0xb95): undefined reference to `bn_add_words'
bn_mul.o(.text+0xbb2): undefined reference to `bn_add_words'
bn_mul.o(.text+0xbce): undefined reference to `bn_sub_words'
bn_mul.o(.text+0xbee): undefined reference to `bn_add_words'
../libcrypto.a(bn_mul.o): In function `BN_mul':
bn_mul.o(.text+0xd82): undefined reference to `bn_mul_comba8'
../libcrypto.a(bn_mul.o): In function `bn_mul_normal':
bn_mul.o(.text+0x10c7): undefined reference to `bn_mul_words'
bn_mul.o(.text+0x10fc): undefined reference to `bn_mul_add_words'
bn_mul.o(.text+0x1126): undefined reference to `bn_mul_add_words'
bn_mul.o(.text+0x114c): undefined reference to `bn_mul_add_words'
bn_mul.o(.text+0x1171): undefined reference to `bn_mul_add_words'
../libcrypto.a(bn_mul.o): In function `bn_mul_low_normal':
bn_mul.o(.text+0x11b9): undefined reference to `bn_mul_words'
bn_mul.o(.text+0x11da): undefined reference to `bn_mul_add_words'
bn_mul.o(.text+0x11f7): undefined reference to `bn_mul_add_words'
bn_mul.o(.text+0x1214): undefined reference to `bn_mul_add_words'
bn_mul.o(.text+0x1230): undefined reference to `bn_mul_add_words'
../libcrypto.a(bn_sqr.o): In function `BN_sqr':
bn_sqr.o(.text+0xa1): undefined reference to `bn_sqr_comba4'
bn_sqr.o(.text+0xbf): undefined reference to `bn_sqr_comba8'
../libcrypto.a(bn_sqr.o): In function `bn_sqr_normal':
bn_sqr.o(.text+0x266): undefined reference to `bn_mul_words'
bn_sqr.o(.text+0x297): undefined reference to `bn_mul_add_words'
bn_sqr.o(.text+0x2bb): undefined reference to `bn_add_words'
bn_sqr.o(.text+0x2cc): undefined reference to `bn_sqr_words'
bn_sqr.o(.text+0x2de): undefined reference to `bn_add_words'
../libcrypto.a(bn_sqr.o): In function `bn_sqr_recursive':
bn_sqr.o(.text+0x317): undefined reference to `bn_sqr_comba4'
bn_sqr.o(.text+0x32f): undefined reference to `bn_sqr_comba8'
bn_sqr.o(.text+0x38a): undefined reference to `bn_mul_words'
bn_sqr.o(.text+0x3b4): undefined reference to `bn_mul_add_words'
bn_sqr.o(.text+0x3d1): undefined reference to `bn_add_words'
bn_sqr.o(.text+0x3e2): undefined reference to `bn_sqr_words'
bn_sqr.o(.text+0x3f4): undefined reference to `bn_add_words'
bn_sqr.o(.text+0x442): undefined reference to `bn_sub_words'
bn_sqr.o(.text+0x4e9): undefined reference to `bn_add_words'
bn_sqr.o(.text+0x4fd): undefined reference to `bn_sub_words'
bn_sqr.o(.text+0x511): undefined reference to `bn_add_words'
../libcrypto.a(bn_mont.o): In function `BN_from_montgomery':
bn_mont.o(.text+0x1e3): undefined reference to `bn_mul_add_words'
../libcrypto.a(e_cbc_bf.o): In function `bf_cbc_cipher':
e_cbc_bf.o(.text+0x71): undefined reference to `BF_cbc_encrypt'
../libcrypto.a(e_cbc_c.o): In function `cast_cbc_cipher':
e_cbc_c.o(.text+0x71): undefined reference to `CAST_cbc_encrypt'
../libcrypto.a(e_cbc_r5.o): In function `r_32_12_16_cbc_cipher':
e_cbc_r5.o(.text+0x81): undefined reference to `RC5_32_cbc_encrypt'
../libcrypto.a(ecb3_enc.o): In function `des_ecb3_encrypt':
ecb3_enc.o(.text+0x6a): undefined reference to `des_encrypt3'
ecb3_enc.o(.text+0x81): undefined reference to `des_decrypt3'
../libcrypto.a(cfb64enc.o): In function `des_cfb64_encrypt':
cfb64enc.o(.text+0x7c): undefined reference to `des_encrypt'
cfb64enc.o(.text+0x154): undefined reference to `des_encrypt'
../libcrypto.a(cfb64ede.o): In function `des_ede3_cfb64_encrypt':
cfb64ede.o(.text+0x8a): undefined reference to `des_encrypt3'
cfb64ede.o(.text+0x16a): undefined reference to `des_encrypt3'
../libcrypto.a(ofb64ede.o): In function `des_ede3_ofb64_encrypt':
ofb64ede.o(.text+0xc1): undefined reference to `des_encrypt3'
../libcrypto.a(ofb64enc.o): In function `des_ofb64_encrypt':
ofb64enc.o(.text+0xbb): undefined reference to `des_encrypt'
../libcrypto.a(xcbc_enc.o): In function `des_xcbc_encrypt':
xcbc_enc.o(.text+0x211): undefined reference to `des_encrypt'
xcbc_enc.o(.text+0x31f): undefined reference to `des_encrypt'
xcbc_enc.o(.text+0x46a): undefined reference to `des_encrypt'
xcbc_enc.o(.text+0x545): undefined reference to `des_encrypt'
../libcrypto.a(rc5_ecb.o): In function `RC5_32_ecb_encrypt':
rc5_ecb.o(.text+0x60): undefined reference to `RC5_32_encrypt'
rc5_ecb.o(.text+0x76): undefined reference to `RC5_32_decrypt'
../libcrypto.a(rc5cfb64.o): In function `RC5_32_cfb64_encrypt':
rc5cfb64.o(.text+0x7a): undefined reference to `RC5_32_encrypt'
rc5cfb64.o(.text+0x152): undefined reference to `RC5_32_encrypt'
../libcrypto.a(rc5ofb64.o): In function `RC5_32_ofb64_encrypt':
rc5ofb64.o(.text+0xb5): undefined reference to `RC5_32_encrypt'
../libcrypto.a(bf_cfb64.o): In function `BF_cfb64_encrypt':
bf_cfb64.o(.text+0x7a): undefined reference to `BF_encrypt'
bf_cfb64.o(.text+0x152): undefined reference to `BF_encrypt'
../libcrypto.a(bf_ofb64.o): In function `BF_ofb64_encrypt':
bf_ofb64.o(.text+0xb5): undefined reference to `BF_encrypt'
../libcrypto.a(c_ecb.o): In function `CAST_ecb_encrypt':
c_ecb.o(.text+0x60): undefined reference to `CAST_encrypt'
c_ecb.o(.text+0x76): undefined reference to `CAST_decrypt'
../libcrypto.a(c_cfb64.o): In function `CAST_cfb64_encrypt':
c_cfb64.o(.text+0x7a): undefined reference to `CAST_encrypt'
c_cfb64.o(.text+0x152): undefined reference to `CAST_encrypt'
../libcrypto.a(c_ofb64.o): In function `CAST_ofb64_encrypt':
c_ofb64.o(.text+0xb5): undefined reference to `CAST_encrypt'
*** Error code 1

Stop.
*** Error code 1

Jason Tadros
Chief Network Systems Engineer
10350 Science Center Dr.
San Diego, CA 92121
Work:   858-455-3660
Cell:   858-807-1837
E-mail: [EMAIL PROTECTED]
WWW:    http://www.sitematic.com

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to