Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-ID: <20000419144404.24901.qmail@web2101.mail.yahoo.com> Date: Wed, 19 Apr 2000 07:44:04 -0700 (PDT) From: David Robinow Subject: Re: h_errno. To: cygwin AT sourceware DOT cygnus DOT com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii --- Jens Yllman wrote: > Hi, > > I'm trying to compile wget (v1.5.3) with the new > net release of cygwin. > And I get errors at link-time that h_errno does not > not exist. Two > source files try to use h_errno. And when I search > for it I find it in > libcygwin.a. But I only find the names > __imp__h_errno and h_errno. Not > _h_errno as I expeced to find. Is this some bug, > or... ? It's a bug in wget. It fails to include errno.h and netdb.h in several places. I have a patched version but not on a machine I currently have access to. You should be able to fix it yourself by including errno.h whenever "errno" is used and netdb.h whenever "h_errno" is used. __________________________________________________ Do You Yahoo!? Send online invitations with Yahoo! Invites. http://invites.yahoo.com -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com