Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Date: Tue, 10 Jul 2001 23:25:01 +0200
From: Corinna Vinschen <cygwin@cygwin.com>
To: cygwin@cygwin.com
Subject: Re: Unresolved Symbols
Message-ID: <20010710232501.B8578@cygbert.vinschen.de>
Mail-Followup-To: cygwin@cygwin.com
References: <20010710205112.36987.qmail@web14603.mail.yahoo.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
In-Reply-To: <20010710205112.36987.qmail@web14603.mail.yahoo.com>; from arya90@yahoo.com on Tue, Jul 10, 2001 at 01:51:12PM -0700

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/

