I'm trying to compile OpenSSL-0.9.5a on Digital Unix 4.0d.  

After running

./configure 
make

Things go without error until we get to the test directory, where make dies
with the following error:  
Any ideas what the problem could be?



make[1]: Entering directory `/mnt/class/dws/openssl-0.9.5a/test'
cc -I../include -std1 -tune host -O4 -readonly_strings   -c bntest.c -o
bntest.o
cc -o bntest -I../include -std1 -tune host -O4 -readonly_strings bntest.o -L.
-L.. -L../.. -L../../.. -L.. -lcrypto 
ld:
Unresolved:
BIO_s_file
BIO_new
BIO_free
BIO_puts
BIO_ctrl
BN_CTX_new
BN_CTX_init
BN_CTX_free
BN_rand
BN_new
BN_init
BN_copy
BN_bin2bn
BN_sub
BN_add
BN_mod
BN_div
BN_mul
BN_sqr
BN_add_word
BN_set_word
BN_free
BN_lshift
BN_lshift1
BN_exp
BN_mod_exp
BN_mod_mul
BN_print_fp
BN_print
BN_rshift
BN_rshift1
BN_set_bit
BN_MONT_CTX_new
BN_mod_mul_montgomery
BN_from_montgomery
BN_MONT_CTX_free
BN_MONT_CTX_set
BN_RECP_CTX_init
BN_RECP_CTX_free
BN_RECP_CTX_set
BN_div_recp
RAND_seed
ERR_get_error
ERR_error_string
ERR_print_errors_fp
ERR_load_crypto_strings
make[1]: *** [bntest] Error 1
make[1]: Leaving directory `/mnt/class/dws/openssl-0.9.5a/test'



____________________________________________________________________
Get free email and a permanent address at http://www.netaddress.com/?N=1
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to