Re: Deadlock again (was Re: GHC 4.04.19990916 produces coredumping executable)

2000-01-03 Thread Michael Weber
On Sun, Jan 02, 2000 at 18:36:41 +, Ian Jackson wrote: -davenant:stalk ./nettlestalk ready seqd nettlestalk: fatal error: No threads to run! Deadlock? -davenant:stalk The problem is in NettleAction.hs: \begin{code} runGame_noUnitNotifs :: Game - Timestamp - [Callback] - GM rt -

build error

2000-01-03 Thread Josef Sveningsson
Hi! I'm trying to build ghc using the latest cvs sources. When I do 'gmake all' I get: from ../includes/Rts.h:16, from Itimer.c:25, ../includes/PrimOps.h:806: parse error before `sigset_t' ../includes/PrimOps.h:806: warning: function declaration isn't a

Socket module does not export Socket (datatype) !

2000-01-03 Thread Ian Jackson
I'm writing a program which does import Socket but not import SocketPrim GHC complains that the type constructor Socket isn't in scope. Indeed, in Socket.lhs from GHC 4.04.19990916 I see that Socket isn't exported, even though a function listenOn :: PortID - IO Socket is. When I say import