This is the mail archive of the cygwin@sourceware.cygnus.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: h_errno.




--- Jens Yllman <jens@uniweb.se> 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@sourceware.cygnus.com


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