>>> Is there an e-mail thread discussing that somewhere? >> No. I was struggling with it from the beginning and it simply was a >> compromise kludge. > > I'm just curious as to what the behavior was. (Was the preprocessor > returning non-zero even though it had correctly processed the file?)
If 'perl | cc -E - > a.s' was used, then consequent 'cc -c a.s' was observing truncated file, as if buffer was not flushed in time. >> http://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=33446493f4ccd26562431b25fad304cfe857c887 > > cc -c -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include > -DOPENSSL_THREADS -pthread -DDSO_DLFCN -DHAVE_DLFCN_H -std1 -tune host -fast > -readonly_strings -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DGHASH_ASM -c -o > ghash-alpha.o ghash-alpha.s > as0: Error: pre-ghash-alpha.s, line 562: undefined assembler operation: .FRame > .FRame $30,0,$1 > *** Exit 1 > > :( :-( indeed, worked for me. It's sometimes disadvantageous to have newest gear, huh? Changing .FRame to .frame should work, please verify that there are no other problems. ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [email protected]
