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]

Re: Unresolved Symbols


On Tue, Jul 10, 2001 at 01:51:12PM -0700, Dag Bader wrote:
> 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'

Yep. getservent, setservent and endservent are not supported.

You know that OpenSSH 2.9p1 is part of the net distro, don't you?

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.

--
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]