I have a HPUX 11.0 machine running ssh1 and I want to upgrade to ssh2 so I downloaded ver 2.0.13 and 2.0.12. I did the "configure" and when I do a make I get the following error on both versions. I got the binaries from the same place. I am using gnu's C complier and it's gmake utility. The error is as follows. In file included from ../sshutil/sshincludes.h:353, from sshmp.c:198: ../sshutil/snprintf.h:41: conflicting types for `snprintf' /opt/gcc/lib/gcc-lib/hppa2.0n-hp-hpux11.00/2.95.2/include/stdio.h:447: previous declaration of `snprintf' sshmp.c: In function `ssh_mp_set_str': sshmp.c:3925: warning: subscript has type `char' gmake[3]: *** [sshmp.o] Error 1 gmake[3]: Leaving directory `/opt/ssh/ssh-2.0.12/lib/sshmath' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/opt/ssh/ssh-2.0.12/lib' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/opt/ssh/ssh-2.0.12' gmake: *** [all-recursive-am] Error 2 Can someone help me. Pearse