Re: Sun usparc / Solaris 2.6 openssl make bug.

1999-07-03 Thread Andy Polyakov
This is a summary. > > Using openssl-0.9.3a, there appears to be a problem with > > crypto/md5/Makefile.ssl. > > > > /opt/local/bin/perl ./Configure solaris-usparc-cc > > ... > > making all in crypto/md5... > > ... > > cc -E -DULTRASPARC -DMD5_BLOCK_DATA_ORDER asm/md5-sparcv9.S | \ > > ... as -xa

Re: Sun usparc / Solaris 2.6 openssl make bug.

1999-07-02 Thread Andy Polyakov
> Using openssl-0.9.3a, there appears to be a problem with > crypto/md5/Makefile.ssl. > > /opt/local/bin/perl ./Configure solaris-usparc-cc > ... > making all in crypto/md5... > ... > cc -E -DULTRASPARC -DMD5_BLOCK_DATA_ORDER asm/md5-sparcv9.S | \ > ... as -xarch=v8plus /dev/fd/0 -o asm/md5-sparc

Sun usparc / Solaris 2.6 openssl make bug.

1999-07-01 Thread William Yang
Using openssl-0.9.3a, there appears to be a problem with crypto/md5/Makefile.ssl. # ./config -t Operating system: sun4u-sun-solaris2 Configuring for solaris-usparc-cc /opt/local/bin/perl ./Configure solaris-usparc-cc # ( ./config --prefix=/opt/local --openssldir=/opt/local ; make ) [...] making

Re: Sun usparc / Solaris 2.6 openssl make bug.

1999-07-01 Thread William Yang
Continued bug report below. I have attempted to fix it, and only found things getting worse wyang wrote something like: > > Using openssl-0.9.3a, there appears to be a problem with > crypto/md5/Makefile.ssl. > > # ./config -t > Operating system: sun4u-sun-solaris2 > Configuring for solaris