"Shum, Anthony" wrote:
> 
> 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:
> 
> [... Sun assembler syntax errors ...]
> 
> Any ideas would be greatly appreciated, thanks.

One of my co-workers solved a problem similar to this on Solaris 8 with
the Mesa library by using the GNU assembler instead of /usr/ccs/bin/as.
He made sure he had a recent copy of binutils installed and then moved
/usr/ccs/bin/as aside.  Problem solved.  The correct solution is 
probably to rebuild gcc with only the GNU "as" available, so it won't
even try to use the one in /usr/ccs/bin.  That was deemed to be too
much effort just to compile Mesa.

Paul Allen

-- 
Boeing Phantom Works                   \ Paul L. Allen, (425) 865-3297
Math & Computing Technology              \ [EMAIL PROTECTED]
POB 3707 M/S 7L-40, Seattle, WA 98124-2207 \ Prototype Systems Group

S/MIME Cryptographic Signature

Reply via email to