[ ghc-Bugs-1059296 ] gethostent is not available for NetBSD-1.6.2
SourceForge.net
noreply at sourceforge.net
Fri Nov 5 07:31:02 EST 2004
Bugs item #1059296, was opened at 2004-11-03 08:35
Message generated for change (Comment added) made by volkersf
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=108032&aid=1059296&group_id=8032
Category: libraries/network
Group: 6.2.1
Status: Open
Resolution: None
Priority: 5
Submitted By: Roland Illig (rillig)
>Assigned to: Volker Stolz (volkersf)
Summary: gethostent is not available for NetBSD-1.6.2
Initial Comment:
NetBSD-1.6.2 does not define a function gethostent().
A check should be included into the configure script
that disables gethostent() on NetBSD (like it is done
for Cygwin32, too).
----------------------------------------------------------------------
>Comment By: Volker Stolz (volkersf)
Date: 2004-11-05 13:31
Message:
Logged In: YES
user_id=126328
Can you please test the following patch? I'd like to make sure that the
configure-part works. Apply the patch, run autoreconf, then configure, then
grep GETHOSTENT include/HsNetworkConfig.h. If configure still thinks
gethostent() is available, mail me (privately!) the file /usr/include/netbd.h
please.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=108032&aid=1059296&group_id=8032
More information about the Glasgow-haskell-bugs
mailing list