On Fri, 3 Jan 2003, Andy Polyakov wrote:

> > It looks like the PIC changes to crypto/perlasm/x86unix.pl break
> > on non gcc compilers.
> 
> ... on SCO5/UnixWare/OpenUnix platforms...
> 
> Test ftp://ftp.openssl.org/snapshot/openssl-SNAP-20030103.tar.gz as it
> becomes available. Well, I haven't added ${x86_elf_asm} to
> SCO5/UnixWare/OpenUnix lines yet:-) I count that you'll add it to your
> favorite one for verification purposes. As you report success,
> ${x86_elf_asm} will be added to corresponding targets and changes will
> be backported to 0.9.7.

The assembler modules compile fine on UnixWare. I'll try and
test SCO OpenServer 5 this weekend.

A couple of problems.

The cc on UnixWare 2.x doesn't handle -o asm/xx86-elf.o
It just creates it in the curent directory.

Linking openssl,
...
UX:ld: ERROR: ../libcrypto.a(bn_mul.o): fatal error: symbol `bn_sub_part_words`
multiply-defined, also in file ../libcrypto.a(bn86-elf.o)
...
It looks like bn_sub_part_words was removed from bn_mul.c in 0.9.7 so
it's not a problem there.
I had this same error in early 0.9.7 betas.

I'll "#if 0" that chunk of code in the morning and make sure 
"make test" passes.

> 
> Cheers. A.
> 

-- 
Tim Rice                                Multitalents    (707) 887-1469
[EMAIL PROTECTED]

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

Reply via email to