Compiling Problems OpenSSL 0.9.5

2000-03-12 Thread Marcus Thielmann

Hello folks,
I have problems compiling openSSL 0.9.5 on a Suse 6.2 Linux system.
I have included the testlog file.

Thanks

Marcus

-- 
Marcus ThielmannPhone: +49-2605-961518
Mail: [EMAIL PROTECTED]

OpenSSL self-test report:

OpenSSL version:  0.9.5
Last change:  PKCS7_encrypt() was adding text MIME headers twice beca...
OS (uname):   Linux riesling 2.2.10 #2 Son Sep 19 17:39:26 MEST 1999 i586 unknown
OS (config):  i586-whatever-linux2
Target (default): linux-elf
Target:   linux-elf
Compiler: gcc version 2.7.2.3

Failure!
-
make[1]: Entering directory `/tmp/openssl-0.9.5'
c_rehash: rehashing skipped ('openssl' program not available)
touch rehash.time
testing...
make[2]: Entering directory `/tmp/openssl-0.9.5/test'
gcc -I../include -DTHREADS -D_REENTRANT -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 -DTHREADS -D_REENTRANT -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(bn_add.o): In function `BN_uadd':
bn_add.o(.text+0x156): undefined reference to `bn_add_words'
../libcrypto.a(bn_div.o): In function `BN_div':
bn_div.o(.text+0x449): undefined reference to `bn_mul_words'
../libcrypto.a(bn_mul.o): In function `bn_mul_recursive':
bn_mul.o(.text+0x32): undefined reference to `bn_mul_comba8'
bn_mul.o(.text+0x126): undefined reference to `bn_sub_words'
bn_mul.o(.text+0x156): undefined reference to `bn_sub_words'
bn_mul.o(.text+0x16b): undefined reference to `bn_sub_words'
bn_mul.o(.text+0x196): undefined reference to `bn_sub_words'
bn_mul.o(.text+0x1ab): undefined reference to `bn_sub_words'
../libcrypto.a(bn_mul.o)(.text+0x1e6): more undefined references to `bn_sub_words' 
follow
../libcrypto.a(bn_mul.o): In function `bn_mul_recursive':
bn_mul.o(.text+0x221): undefined reference to `bn_mul_comba4'
bn_mul.o(.text+0x253): undefined reference to `bn_mul_comba4'
bn_mul.o(.text+0x27f): undefined reference to `bn_mul_comba4'
bn_mul.o(.text+0x2af): undefined reference to `bn_mul_comba8'
bn_mul.o(.text+0x2e3): undefined reference to `bn_mul_comba8'
bn_mul.o(.text+0x30f): undefined reference to `bn_mul_comba8'
bn_mul.o(.text+0x3d5): undefined reference to `bn_add_words'
bn_mul.o(.text+0x3f1): undefined reference to `bn_sub_words'
bn_mul.o(.text+0x40c): undefined reference to `bn_add_words'
bn_mul.o(.text+0x42d): undefined reference to `bn_add_words'
../libcrypto.a(bn_mul.o): In function `bn_mul_part_recursive':
bn_mul.o(.text+0x591): undefined reference to `bn_sub_words'
bn_mul.o(.text+0x5d2): undefined reference to `bn_sub_words'
bn_mul.o(.text+0x5ed): undefined reference to `bn_sub_words'
bn_mul.o(.text+0x622): undefined reference to `bn_sub_words'
bn_mul.o(.text+0x63d): undefined reference to `bn_sub_words'
../libcrypto.a(bn_mul.o)(.text+0x672): more undefined references to `bn_sub_words' 
follow
../libcrypto.a(bn_mul.o): In function `bn_mul_part_recursive':
bn_mul.o(.text+0x6bb): undefined reference to `bn_mul_comba8'
bn_mul.o(.text+0x6cf): undefined reference to `bn_mul_comba8'
bn_mul.o(.text+0x8fd): undefined reference to `bn_add_words'
bn_mul.o(.text+0x920): undefined reference to `bn_sub_words'
bn_mul.o(.text+0x943): undefined reference to `bn_add_words'
bn_mul.o(.text+0x96b): undefined reference to `bn_add_words'
../libcrypto.a(bn_mul.o): In function `bn_mul_low_recursive':
bn_mul.o(.text+0xa1b): undefined reference to `bn_add_words'
bn_mul.o(.text+0xa41): undefined reference to `bn_add_words'
bn_mul.o(.text+0xa97): undefined reference to `bn_add_words'
../libcrypto.a(bn_mul.o)(.text+0xaa0): more undefined references to `bn_add_words' 
follow
../libcrypto.a(bn_mul.o): In function `bn_mul_high':
bn_mul.o(.text+0xb6a): undefined reference to `bn_sub_words'
bn_mul.o(.text+0xb9a): undefined reference to `bn_sub_words'
bn_mul.o(.text+0xbb1): undefined reference to `bn_sub_words'
bn_mul.o(.text+0xbda): undefined reference to `bn_sub_words'
bn_mul.o(.text+0xbf1): undefined reference to `bn_sub_words'
../libcrypto.a(bn_mul.o)(.text+0xc1a): more undefined references to `bn_sub_words' 
follow
../libcrypto.a(bn_mul.o): In function `bn_mul_high':
bn_mul.o(.text+0xc58): undefined reference to `bn_mul_comba8'
bn_mul.o(.text+0xc72): undefined reference to `bn_mul_comba8'
bn_mul.o(.text+0xcee): undefined reference to `bn_add_words'
bn_mul.o(.text+0xd1f): undefined reference to `bn_sub_words'
bn_mul.o(.text+0xd44): undefined reference to `bn_add_words'
bn_mul.o(.text+0xd76): undefined reference to `bn_sub_words'
bn_mul.o(.text+0xdd2): undefined reference to `bn_add_words'
bn_mul.o(.text+0xe03): undefined reference to `bn_add_words'
bn_mul.o(.text+0xe1c): undefined reference to `bn_sub_words'
bn_mul.o(.text+0xe39): undefined reference to `bn_add_words'
bn_mul.o(.text+0xe5c): undefined 

Re: Compiling Problems OpenSSL 0.9.5

2000-03-12 Thread Ulf Möller

On Sun, Mar 12, 2000 at 04:07:25PM +0100, Marcus Thielmann wrote:

 I have problems compiling openSSL 0.9.5 on a Suse 6.2 Linux system.

Please try today's snapshot, which should appear on ftp.openssl.org
in a few hours.
__
OpenSSL Project http://www.openssl.org
Development Mailing List   [EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]



Re: Compiling Problems OpenSSL 0.9.5

2000-03-12 Thread Bodo Moeller

 I have problems compiling openSSL 0.9.5 on a Suse 6.2 Linux system.

Try today's snapshot, URL:
ftp://ftp.openssl.org/snaphost%2fopenssl-SNAP-2312.tar.gz
(to appear in a couple of minutes).
__
OpenSSL Project http://www.openssl.org
Development Mailing List   [EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]