<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><div>I've built a program with the -threaded option using ghc.&nbsp; This option is supposed to link your program to the threaded runtime with support for multicore CPUS (mine is a dual core).&nbsp; The program pukes with the message in the subject line when I try to use the -N option to tell it to use both CPUs.&nbsp; I'm reasonably sure that I actually have the threaded runtime because initially I got a runtime message from the program about how GTK is single threaded and can only be used with the threaded runtime using runtimeunsafeInitGUIForThreadedRTS instead of the standard initGUI.&nbsp; I made the change in the code and now the program runs but still does not know the -N RTS option.&nbsp; This problem seems to affect all my programs.&nbsp; It is as if the threaded runtime is there but
 doesn't know any of its special flags.&nbsp; This is the line I'm compiling the program with.&nbsp; It's a life game clone in case you're curious.&nbsp; Compiler is ghc-6.4.2 on 64 bit AMD dual core running Gentoo Linux.&nbsp; - Greg<br><br><br>ghc -threaded -package gtk -package glade -o hlife hlgtk.o Hlife.o<br></div></div><br>
      <hr size=1><a href="http://us.rd.yahoo.com/evt=48250/*http://searchmarketing.yahoo.com/arp/sponsoredsearch_v9.php?o=US2226&cmp=Yahoo&ctv=AprNI&s=Y&s2=EM&b=50">Pinpoint customers </a>who are looking for what you sell. 

</body></html>