RE: Network on Win98: failed - socket - no error ??

2003-03-07 Thread Simon Peyton-Jones
| Thanks, that was quick. Have updated my libraries tree, but | don't build ghc from source (no space left here..). How do I | build libraries/network with my installed ghc-5.04 (?? have | there been any socket-relevant fixes since then, checking | with 5.04.2 [which resets my filetype settings fo

Re: Network on Win98: failed - socket - no error ??

2003-03-05 Thread Claus Reinke
> Something's up with your WinSock setup on that machine, > I suspect -- works fine on the Win98 box I tested it on. That's a useful reference point, thanks! It also means that the program I want to use it for will work on win98 boxes, even if not yet on mine. I'm also hunting on the web, but whi

Re: Network on Win98: failed - socket - no error ??

2003-03-05 Thread Sigbjorn Finne
27; package tidies up the propagation of WinSock errors. It also drops the need for the user to remember to use withSocketsDo. --sigbjorn - Original Message - From: "Claus Reinke" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 05, 2003 04:36 Subject: R

Re: Network on Win98: failed - socket - no error ??

2003-03-05 Thread Claus Reinke
[moved from ghc-users] I'm still not sure what I'm doing wrong in using the Network library, (inserting WSAGetLastError after the socket call returns 10047 - address family not supported by protocol family; better than "no error", but what do I do about it? modified source attached for reference),