On Tue, Jan 13, 2009, Mark Lavi wrote:

> Hello all,
> 
> I've run into a strange build problem that I did not encounter under
> relatively identical conditions with OpenSSL 0.9.8i on SuSE 9.2 on ia64.
> Even when I simplify my configure arguments to only --prefix and then
> repeat make clean and make again, the issue is consistently
> reproducible. I've captured the output below, is there anything else I
> can offer to help with the diagnosis?
> 

In these three lines in crypto/sha/Makefile:

        (cd asm; $(PERL) sha1-ia64.pl ../$@ $(CFLAGS))

                (cd asm; $(PERL) sha512-ia64.pl ../$@ $(CFLAGS))

                (cd asm; $(PERL) sha512-ia64.pl ../$@ $(CFLAGS))

Try changing ../$@ to >../$@

Steve.
--
Dr Stephen N. Henson. Email, S/MIME and PGP keys: see homepage
OpenSSL project core developer and freelance consultant.
Homepage: http://www.drh-consultancy.demon.co.uk
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to