I am trying to install ssh-1.2.27 on my DYNIX/ptx ecclab1 4.0 V4.4.8 i386,
"configure" looks ok, but "make" gives me errors. Can everyone tell me
what's the problem and what should be done?

Thanks in advance,
John

#./configure
loading cache ./config.cache
checking host system type... i386-sequent-sysv4
checking cached information... (cached) ok
checking for gcc... (cached) gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
......................
creating ./config.status
creating Makefile
creating demos/Makefile
creating mpbsd/Makefile
creating mpf/Makefile
creating mpf/tests/Makefile
creating mpn/Makefile
creating mpn/tests/Makefile
creating mpq/Makefile
creating mpq/tests/Makefile
creating mpz/Makefile
creating mpz/tests/Makefile

#make 
In file included from
/ford/thishost/unix/unsup/gcc/gcc-2.7.2/lib/gcc-lib/i386-sequent-sysv4/2.7.2
/include/sys/signal.h:323,
                 from
/ford/thishost/unix/unsup/gcc/gcc-2.7.2/lib/gcc-lib/i386-sequent-sysv4/2.7.2
/include/signal.h:54,
                 from includes.h:166,
                 from ssh.c:195:
/usr/include/sys/sigaction.h:59: parse error before `siginfo_t'
In file included from includes.h:166,
                 from ssh.c:195:
/ford/thishost/unix/unsup/gcc/gcc-2.7.2/lib/gcc-lib/i386-sequent-sysv4/2.7.2
/include/signal.h:148: warning: `struct sigstack' declared inside parameter
list
/ford/thishost/unix/unsup/gcc/gcc-2.7.2/lib/gcc-lib/i386-sequent-sysv4/2.7.2
/include/signal.h:148: warning: its scope is only this definition or
declaration,
/ford/thishost/unix/unsup/gcc/gcc-2.7.2/lib/gcc-lib/i386-sequent-sysv4/2.7.2
/include/signal.h:148: warning: which is probably not what you want.
In file included from includes.h:243,
                 from ssh.c:195:
/ford/thishost/unix/unsup/gcc/gcc-2.7.2/lib/gcc-lib/i386-sequent-sysv4/2.7.2
/include/netinet/ip.h:55: parse error before `IN_ADDR'
/ford/thishost/unix/unsup/gcc/gcc-2.7.2/lib/gcc-lib/i386-sequent-sysv4/2.7.2
/include/netinet/ip.h:55: warning: no semicolon at end of struct or union
/ford/thishost/unix/unsup/gcc/gcc-2.7.2/lib/gcc-lib/i386-sequent-sysv4/2.7.2
/include/netinet/ip.h:123: parse error before `IN_ADDR'
/ford/thishost/unix/unsup/gcc/gcc-2.7.2/lib/gcc-lib/i386-sequent-sysv4/2.7.2
/include/netinet/ip.h:123: warning: no semicolon at end of struct or union
/ford/thishost/unix/unsup/gcc/gcc-2.7.2/lib/gcc-lib/i386-sequent-sysv4/2.7.2
/include/netinet/ip.h:123: warning: no semicolon at end of struct or union
/ford/thishost/unix/unsup/gcc/gcc-2.7.2/lib/gcc-lib/i386-sequent-sysv4/2.7.2
/include/netinet/ip.h:126: parse error before `}'
/ford/thishost/unix/unsup/gcc/gcc-2.7.2/lib/gcc-lib/i386-sequent-sysv4/2.7.2
/include/netinet/ip.h:126: warning: data definition has no type or storage
class
/ford/thishost/unix/unsup/gcc/gcc-2.7.2/lib/gcc-lib/i386-sequent-sysv4/2.7.2
/include/netinet/ip.h:127: parse error before `}'
In file included from includes.h:288,
                 from ssh.c:195:
/usr/include/unistd.h:201: parse error before `*'
/usr/include/unistd.h:202: parse error before `*'
/usr/include/unistd.h:203: parse error before `*'
/usr/include/unistd.h:204: parse error before `*'
/usr/include/unistd.h:205: parse error before `*'
/usr/include/unistd.h:207: parse error before `*'
/usr/include/unistd.h:208: parse error before `*'
Make: .  Stop.

Reply via email to