> It's been a while since I attempted to build HEAD on my UnixWare 7.1.4 box > so I gave it a try. Unfortunately it blows up on crypto/modes/ghash-x86.s > > cc -I.. -I../.. -I../asn1 -I../evp -I../../include -DZLIB_SHARED > -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 -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM > -DRMD160_ASM -DAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o ghash-x86.o > ghash-x86.s > UX:as: ERROR: ghash-x86.s:917:unknown directive: .word > UX:as: ERROR: ghash-x86.s:918:unknown directive: .word > [snip more errors] > > Hopefully there is a more portable way to do the assembler on ghash-x86.s
could you compile following snippet: shor i=5; generate assembler output with cc -S and submit it? a. ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [email protected]
