>> OpenSSL 1.0.1 is expected to be released in the next few weeks.
> [snip]
>> Users are encouraged to test recent snapshots of OpenSSL 1.0.1 and
>> report any problems via the request tracker ([email protected]). 
> 
> I assume the snapshots are built from the OpenSSL_1_0_1-stable CVS tag.
> 
> On UnixWare 7.1.4 (i586-sco-unixware7) configured with
> ./config --prefix=/opt/mt/openssl-1.0.0 --openssldir=/etc/ssl zlib 
> -Kpentium_pro
> I'm getting this error
> 
> making all in crypto...
>       cc -I. -I.. -I../include  -DZLIB -DOPENSSL_THREADS -Kthread -DDSO_DLFCN 
> -DHAVE_DLFCN_H -Kpentium_pro -D__i386__ -O -DFILIO_H -Kalloca 
> -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m 
> -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM 
> -DWHIRLPOOL_ASM -DGHASH_ASM -c -o x86cpuid.o x86cpuid.s
> UX:as: ERROR: x86cpuid.s:311:unknown instruction: loopl

What happens if you edit crypto/x86cpuid.s in text editor and replace
'loopl' with 'loop'. Question is if assembler supports loop instruction
at all.

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

Reply via email to