Hello,
I am trying to compile ssh-1.2.31 on a SPARC running solaris 8. The
./configure works just fine, but during make...I get the following error:
gcc -pipe -c -I. -I./gmp-2.0.2-ssh-2 -I./zlib-1.0.4 -DHAVE_CONFIG_H
-DHOST_KEY_FILE=\"/etc/ssh_host_key\" -DHOST_CONFIG_FILE=\"/etc/ssh_config\"
-DSERVER_CONFIG_FILE=\"/etc/sshd_config\"
-DSSH_PROGRAM=\"/usr/local/bin/ssh1\" -DETCDIR=\"/etc\"
-DPIDDIR=\"/var/run\" -DSSH_BINDIR=\"/usr/local/bin\"
-DTIS_MAP_FILE=\"/etc/sshd_tis.map\" -g -O2 ssh.c
/usr/ccs/bin/as: "<stdin>", line 3694: error: unknown opcode ".subsection"
/usr/ccs/bin/as: "<stdin>", line 3694: error: statement syntax
/usr/ccs/bin/as: "<stdin>", line 3762: error: unknown opcode ".previous"
/usr/ccs/bin/as: "<stdin>", line 3762: error: statement syntax
*** Error code 1
make: Fatal error: Command failed for target `ssh.o'
Next I tried with --disable-asm
make distclean
./configure --disable-asm
make
again the ./configure works but the make fails.
Any ideas or pointers would be greatly appreciated.
thanks
shantu
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]