I've tried installing several versions of OpenSSH on a Solaris 8 machine. I am using gcc 3.0.1 and Perl 5.6.1. Perl compiled no problem using gcc 3.0.1. Each time I try to install OpenSSH (no matter which version), I get the following error message after running make:
gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -m cpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DULTRASPARC -D MD5_ASM -c ecb_enc.c gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -m cpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DULTRASPARC -D MD5_ASM -c cbc_enc.c /usr/ccs/bin/as: "/var/tmp/ccXKL0Pm.s", line 362: error: unknown opcode ".subsectio n" /usr/ccs/bin/as: "/var/tmp/ccXKL0Pm.s", line 362: error: statement syntax /usr/ccs/bin/as: "/var/tmp/ccXKL0Pm.s", line 373: error: unknown opcode ".previous" /usr/ccs/bin/as: "/var/tmp/ccXKL0Pm.s", line 373: error: statement syntax /usr/ccs/bin/as: "/var/tmp/ccXKL0Pm.s", line 374: error: unknown opcode ".subsectio n" /usr/ccs/bin/as: "/var/tmp/ccXKL0Pm.s", line 374: error: statement syntax /usr/ccs/bin/as: "/var/tmp/ccXKL0Pm.s", line 385: error: unknown opcode ".previous" /usr/ccs/bin/as: "/var/tmp/ccXKL0Pm.s", line 385: error: statement syntax *** Error code 1 make: Fatal error: Command failed for target `cbc_enc.o' Current working directory /opt/tt/openssl-0.9.6/crypto/des *** Error code 1 make: Fatal error: Command failed for target `subdirs' Current working directory /opt/tt/openssl-0.9.6/crypto *** Error code 1 make: Fatal error: Command failed for target `all' # Any ideas would be greatly appreciated, thanks. -Anthony ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
