On Mon, Sep 24, 2001 at 07:29:53PM -0700, Shantanu Roy wrote:
> I am trying to compile ssh-1.2.31 on a SPARC running solaris 8. The
> /usr/ccs/bin/as: "<stdin>", line 3694: error: unknown opcode ".subsection"
Are you sure your gcc is installed correctly? It acts like it's
configured to use GNU "as" but is instead using the Solaris native "as"
(or vice versa). Can you compile a "hello world" program?
#include <stdio.h>
main() { puts ("hello world"); }
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]