Hi all,<br><br>I just built a fresh yhc/yhi&nbsp; (after only adding one line to Primitive.hs) and everything seemed fine. I then copied my inst folder to c:\yhcinstall\.&nbsp; When I run &quot;yhc hello.hs&quot; however I get the following:
<br><br>$ yhc hello.hs<br>Error: File not found, PreludeBuiltin<br>Reason: imported from Prelude<br>Looked in:<br>&nbsp; c:\Documents and Settings\Alexis\Desktop\2007\NXHaskell\current\BCKernel\<br>&nbsp; c:\yhcinstall\lib\yhc\packages\haskell98\1.0
<br>&nbsp; c:\yhcinstall\lib\yhc\packages\yhc-base\1.0<br><br clear="all">I&#39;m not sure if this is a bug in the config or is caused by copying. I do have a PreludeBuiltin in my <a href="file:///C:/YHC_BASE/version220807/yhc/src/packages/yhc-base-1.0/PreludeBuiltin.hi">
C:/YHC_BASE/version220807/yhc/src/packages/yhc-base-1.0/PreludeBuiltin.hi </a><br>I&#39;ll see if copying it over helps....nope...copying it seems to cause yhc loop until stack overflow.<br><br>$ yhc hello.hs<br>Stack space overflow: current size 8388608 bytes.
<br>Use `+RTS -Ksize&#39; to increase it.<br><br><br>Cheers,<br>-- <br>&lt;/Alexis&gt;