On Fri, 9 Dec 2011, Andy Polyakov wrote:

> > 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.

The build continues and "make tests" passes.

.....
ALL TESTS SUCCESSFUL.
        OPENSSL_CONF=apps/openssl.cnf util/opensslwrap.sh version -a
OpenSSL 1.0.1-dev 16 Oct 2011
built on: Thu Dec  8 17:10:38 PST 2011
platform: unixware-7
options:  bn(64,32) rc4(8x,mmx) des(ptr,risc1,16,long) idea(int) blowfish(idx)
compiler: cc -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
OPENSSLDIR: "/etc/ssl"
.....

Thanks.

-- 
Tim Rice                                Multitalents    (707) 456-1146
[email protected]                                   (707) 887-1469


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

Reply via email to