This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Unresolved Symbols


I tried to compile ssh.com's  version 2.3.0 of  ssh
and under latest
cygwin  1.3.2. I got the following unresolved symbols
which are
supposed to be part of the C lib:
make[4]: Entering directory
`/usr/src/ssh-2.3.0/apps/ssh'
gcc  -g -O2 -Wall -Wno-unknown-pragmas  -o ssh2 ssh2.o
-L. -L../../lib -lssh2 -l
ssh -ltermcap -L/usr/local/lib -lcrypt -ltermcap
../../lib/libssh.a(sshunixtcp.o): In function
`ssh_tcp_get_port_by_service':
/usr/src/ssh-2.3.0/lib/sshutil/sshnet/unix/sshunixtcp.c:767:
undefined reference
to `endservent'
../../lib/libssh.a(sshunixtcp.o): In function
`ssh_tcp_get_service_by_port':
/usr/src/ssh-2.3.0/lib/sshutil/sshnet/unix/sshunixtcp.c:791:
undefined reference
to `endservent'

-Dag

__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]