> Operating system: i586-whatever-linux2
> Configuring for linux-elf
> 
> OpenSSL Details: openssl-0.9.4
> 
> Problem Description: Error at make, see attachment.
> 
> Andrei Simion
> 
>   ------------------------------------------------------------------------
> gcc -o openssl -DMONOLITH -I../include -O3 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 pkcs8.o -L. -L.. -L../.. -L../../.. -L.. -lssl -L.. -lcrypto
> ../libcrypto.a(rmd_dgst.o): In function IPEMD160_Update':
> rmd_dgst.o(.text+0x143): undefined reference to ipemd160_block_x86'
I really wonder how the hell could this happen. The referring functions
are called RIPEMD160_* and referred function is called
ripemd160_block_x86. Is there any chance that they're redefined in some
header file of yours?

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

Reply via email to