openssl,
i have linux 2.0.36(debian)  and compiled
openssl with 'linx-aout'.  it got pretty far into here and puked on
an undefined reference md5_block_x86.
as far as i can tell, i am following the INSTALL readme..

i'm trying to get the perl SSL stuff working...
do you know what's wrong here?

i have not subsc

--michael


make[1]: Entering directory `/home/moores/perl/openssl-0.9.1c/test'
gcc -I../include -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -m486 -Wall
-DSHA1_ASM -DMD5_ASM -DRMD160_ASM   -c bntest.c -o bntest.o
gcc -o bntest -I../include -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer
-m486 -Wall -DSHA1_ASM -DMD5_ASM -DRMD160_ASM bntest.o -L. -L.. -L../..
-L../../.. -L.. -lcrypto 
../libcrypto.a(md5_dgst.o): In function `MD5_Update':
md5_dgst.o(.text+0x143): undefined reference to `md5_block_x86'
md5_dgst.o(.text+0x2e2): undefined reference to `md5_block_x86'
md5_dgst.o(.text+0x32f): undefined reference to `md5_block_x86'
../libcrypto.a(md5_dgst.o): In function `MD5_Transform':
md5_dgst.o(.text+0x3a2): undefined reference to `md5_block_x86'
../libcrypto.a(md5_dgst.o): In function `MD5_Final':
md5_dgst.o(.text+0x436): undefined reference to `md5_block_x86'
../libcrypto.a(md5_dgst.o)(.text+0x46e): more undefined references to
`md5_block_x86' follow
make[1]: *** [bntest] Error 1
make[1]: Leaving directory `/home/moores/perl/openssl-0.9.1c/test'

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

Reply via email to