Re: Problems getting started
Thomas Davie <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.hat |
|---|---|
| Message-ID | <[email protected]> |
On Thursday, Jul 31, 2003, at 17:48 Europe/London, Malcolm Wallace wrote: > Thomas Davie <[email protected]> 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