<br><font size=2 face="sans-serif">Hello,</font>
<br>
<br><font size=2 face="sans-serif">&nbsp; When I compile my program without
profiling:</font>
<br>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; bash-3.1$ ghc --make -auto-all
-prof -O -o analysis analysis.hs</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; Chasing modules from:
analysis.hs</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; Compiling Main &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ( analysis.hs, analysis.o )</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; Linking ...</font>
<br>
<br><font size=2 face="sans-serif">everything works fine.</font>
<br>
<br><font size=2 face="sans-serif">However when I compile with profiling:</font>
<br>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; bash-3.1$ ghc --make -auto-all
-prof -O -o analysis analysis.hs</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; Chasing modules from:
analysis.hs</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; Could not find module
`Data.ByteString.Lazy.Char8':</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; use -v to see a
list of the files searched for</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; (imported from
analysis.hs)</font>
<br>
<br><font size=2 face="sans-serif">ghc complains about not finding the
ByteString library.</font>
<br>
<br><font size=2 face="sans-serif">Is this supposed to hapen, and if so,
is there a way to get profiling to work?</font>
<br>
<br><font size=2 face="sans-serif">thanks,</font>
<br><font size=2 face="sans-serif">&nbsp; Jeff</font>
<br>
<br>
<span style="font-family:sans-serif,helvetica; font-size:10pt; color:#000000">--</span><br>
<span style="font-family:sans-serif,helvetica; font-size:10pt; color:#000000">This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden. </span><br>