On Tue, Sep 19, 2006 at 09:20:45PM +0200, Rene de Visser wrote: > Is there anyway to turn off that ghci runs in threaded mode on windows?
Only by recompiling, I'm afraid (for 6.4.2 comment out the line "SRC_HC_OPTS += -threaded" in ghc/compiler/Makefile; for 6.5 you need to also do so in ghc/compiler/Makefile.ghcbin). > fps 0.8 (and software that uses fps) triggers trac error #806. > This means that I cannot run such things interactively :-( I'll add a note about this to the bug. Thanks Ian _______________________________________________ Glasgow-haskell-users mailing list [email protected] http://www.haskell.org/mailman/listinfo/glasgow-haskell-users
