Bugs item #1059296, was opened at 2004-11-03 07:35
Message generated for change (Settings changed) made by simonmar
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: Closed
>Resolution: Fixed
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: Simon Marlow (simonmar)
Date: 2004-12-14 10:25

Message:
Logged In: YES 
user_id=48280

I'd like to close this bug.  The patch has been applied.  
Roland - are you still having any problems?  If the NetBSD
build is broken, perhaps a separate bug should be opened for
that.

----------------------------------------------------------------------

Comment By: Roland Illig (rillig)
Date: 2004-11-07 15:35

Message:
Logged In: YES 
user_id=608379

>From looking at the patch, it should work. But I have the
problem that I am currently unable to build ghc on NetBSD. I
am appending the build log. Perhaps you know what's wrong
with it.

The curious thing is that I got it built using the same
configuration some days ago---if I remember correctly.


----------------------------------------------------------------------

Comment By: Volker Stolz (volkersf)
Date: 2004-11-05 12: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
_______________________________________________
Glasgow-haskell-bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to