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' rmd_dgst.o(.text+0x2e2): undefined reference to ipemd160_block_x86' rmd_dgst.o(.text+0x32f): undefined reference to ipemd160_block_x86' ../libcrypto.a(rmd_dgst.o): In function IPEMD160_Transform': rmd_dgst.o(.text+0x3a2): undefined reference to ipemd160_block_x86' ../libcrypto.a(rmd_dgst.o): In function IPEMD160_Final': rmd_dgst.o(.text+0x436): undefined reference to ipemd160_block_x86' ../libcrypto.a(rmd_dgst.o)(.text+0x46e): more undefined references to ipemd160_block_x86' follow make[1]: *** [openssl] Error 1 make[1]: Leaving directory /kituri/openssl/openssl-0.9.4/apps' make: *** [all] Error 1
