Sylvain Robitaille WROTE 
>     
>     . . . [ many files compile ] . . .
>     
>     cc -DMONOLITH -I../include -tune host -O4 -readonly_strings -c openssl.c
>     rm -f openssl
>     cc -o openssl -DMONOLITH -I../include -tune host -O4 -readonly_strings 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 -L. -L.. -L../.. -L../../.. -L.. -lssl -L.. 
-lcrypto 
>     ld:
>     Unresolved:
>     bn_div_words
>     *** Exit 1
>     Stop.
>     *** Exit 1
>     Stop.
> 
> 

I had the same problem on an Alpha with UNIX4.0D, use the
 -no_asm option (this is from memory so you should check the 
syntax).  This is also mentioned in other newsgroups as a problem 
on other OSs.

Hope it works :-)

George.


=========================================
Dr. George Seaton
Australian Agriculture Research Institute
Southern Cross University
Y Block
Military Road
East Lismore
NSW 2480

Tel: +61 (02) 66203052
Fax: +61 (02) 66228342
=========================================
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to