$ ./config -t
Operating system: sun4u-sun-solaris2
WARNING! Do consider upgrading to gcc-2.8 or later.
Configuring for solaris-sparcv9-gcc27
/usr/local/bin/perl ./Configure solaris-sparcv9-gcc27
$ make
<snip>
make[2]: Entering directory /local/src/openssl-0.9.4/crypto/md5'
make[2]: *** No rule to make target `asm/md5-sparcv8plus-gcc27.o', needed by
`lib'. Stop.
make[2]: Leaving directory /local/src/openssl-0.9.4/crypto/md5'
The problem is on line 80 of the generated makefile - it reads
sm/md5-sparcv8plus-gcc27.o: asm/md5-sparcv9.S
instead of
asm/md5-sparcv8plus-gcc27.o: asm/md5-sparcv9.S
Changing it causes the build to succeed.
Ben Stern
[EMAIL PROTECTED]
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]