
1 Aug
2003
1 Aug
'03
5:11 a.m.
On Thursday, Jul 31, 2003, at 17:48 Europe/London, Malcolm Wallace wrote:
Thomas Davie
writes: Maybe the best thing to do is just to disable readline for now. HMAKEFLAGS = -fglasgow-exts -package lang -package util -DUSE_READLINE=1 to HMAKEFLAGS = -fglasgow-exts -package lang -package util -DUSE_READLINE=0
Hmm, that doesn't seem to have stopped make looking for readline:
Probably you should remove the -package util as well, since that is where readline lives in the GHC world.
Thanks a lot Malcolm, I've got everything I was going to look at working I think, thanks for putting up with some of my occasionally blatant stupidity. Tom Davie