Hi,
Has anyone successfully compiled SSH 2.3.0 on Intel Solaris 7 and also Digital Unix.
On Intel Solaris (the following segment) I used the native cc. Same results were obtained with gcc 2.95.2 :-(
Same also for Digital Unix using gcc and also the Digital native compiler, gem_cc.
 
make[1]: Leaving directory `/nfs/inst-home/inst/ssh-2.3.0-on-dwss/apps/ssh/tests'
make[1]: Entering directory `/nfs/inst-home/inst/ssh-2.3.0-on-dwss/apps/ssh'
/opt/SUNWspro/bin/cc  -g -O  -o ssh2 ssh2.o -L. -L../../lib -lssh2 -lssh -ltermcap -lsocket -lnsl -L/usr/local/lib -lsec -lwrap 
Undefined                       first referenced
 symbol                             in file
ssh_client_remote_tcp_ip_forward    ssh2.o
ld: fatal: Symbol referencing errors. No output written to ssh2
make[1]: *** [ssh2] Error 1
make[1]: Leaving directory `/nfs/inst-home/inst/ssh-2.3.0-on-dwss/apps/ssh'
make: *** [all-recursive] Error 1
 
I checked this particular function and it was defined in sshclient.h which was included into the ssh2.c file. Funny thing is the same thing worked fine for Solaris Sparc.
 
If anyone has any ideas... , thanks in advance.
 
Regards,
Dennis.
 

Reply via email to