I've been having a nightmare of a time trying to install SSH 2.2 on a
DEC Alpha running OSF 4.0D.  Has anyone had any luck with it?

Originally, I had some problems at compile time.  A couple of
individuals at SSH's tech support were kind enough to give me some
suggestions even though I'm an academic (non-commercial) user.
Basically there were problems with the native compiler.  I just
installed GCC ver 2.95.2.  Now the old errors are gone and I'm getting
new errors:

=======================================
No suffix list.
make  all-recursive
No suffix list.
Making all in lib
No suffix list.
Making all in sshutil
No suffix list.
Making all in sshcore
gcc -DHAVE_CONFIG_H
-I. -I. -I../../..   -I. -I.  -I../../.. -I../../..
-I../../../lib/sshutil
-I../../../lib/sshutil/sshcore -I../../../lib/sshutil/sshadt
-I../../../lib/sshutil/ssholdadt -I../../../lib/sshutil/sshstrutil
-I../../../lib/sshutil/ssheloop -I../../../lib/sshutil/sshstream
-I../../../lib/sshutil/sshfsm -I../../../lib/sshutil/sshsysutil
-I../../../lib/sshutil/sshnet -I../../../lib/sshutil/sshmisc
-I../../../lib/sshutil/sshpacketstream
-I../../../lib/sshutil/sshtestutil
-I../../../lib/zlib -I../../../lib/sshmath -I../../../lib/sshreadline
-I../../../lib/sshapputil -I../../../lib/sshcrypt
-I../../../lib/sshproto
-I../../../lib/sshagent -I../../../lib/sshsession -I../../../lib/sshhttp

-I../../../lib/sshscrlock -I../../../lib/sshsmtp -I../../../lib/sshscm
-I../../../lib/sshpgp -I../../../lib/sshipsecappapi -I../../../lib/sshhs

-I../../../lib/sshexternalkey -I../../../lib/sshfilexfer     -g -Wall
-Wno-unknown-pragmas -D_OSF_SOURCE -msg_disable longdoublenyi
-D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED -cgcc
-DHAVE_Cgcc: longdoublenyi: No such file or directory
cc1: Invalid option `sg_disable'
In file included from
/usr/local/lib/gcc-lib/alphaev56-dec-osf4.0d/2.95.2/include/stdarg.h:36,

                 from ../../../lib/sshutil/sshincludes_unix.h:101,
                 from ../../../lib/sshutil/sshincludes.h:98,
                 from sshdebug.c:14:
/usr/local/lib/gcc-lib/alphaev56-dec-osf4.0d/2.95.2/include/va-alpha.h:36:
warning: redefinition
of `va_list'
/usr/local/lib/gcc-lib/alphaev56-dec-osf4.0d/2.95.2/include/va_list.h:7:
warning: `va_list'
previously declared here
*** Exit 1
Stop.
*** Exit 1
Stop.
*** Exit 1
Stop.
*** Exit 1
Stop.
*** Exit 1
Stop.

=======================================

Not sure if this is a problem with GCC libs, the Makefile changes made
by SSH's "configure" script, or something in the SSH lib.

I'm hoping this is an old problem and not new territory that I'm walking
into.  Before I jump into SSH's code, thought it would be best to check
if anyone has a quick and dirty solution to this.

TIA
Michael

Reply via email to