Hello,

 

I am running fedora core 3 and trying to install openssl 0.9.7g.  I am using gcc version 4.0.0 20050308, and GNU ld version 2.15.94.0.2 20041220.

 

using ./config no-asm shared

 

 

I get a huge list of errors similar to the following:

 

libcrypto.a(co86-elf.o)(.text+0x8c0):co-586.s: first defined here
/usr/bin/ld: Warning: size of symbol `bn_sqr_comba4' changed from 234 in libcryp
to.a(co86-elf.o) to 823 in libcrypto.a(bn_asm.o)
collect2: ld returned 1 exit status

 

 

Compiling without the no-asm produces a similar but different list of symbol changed size errors which is of course what compelled me to use the no-asm in the first place.  Compiling without the shared option works fine but of course I don't get any shared libraries then.

 

Any assistance on how to get the shared libraries to build would be appreciated.

 

Thanks.

 

Reply via email to