It is the default gcc with ghc.<br>ghci works just fine which invokes ghc --interactive.<br><br>But this command does work:<br><br>ghc -e Main.main Main.hs<font size="2"><br><br>But there is no executable.<br><br><br></font>

<br><div><span class="gmail_quote">On 10/21/07, <b class="gmail_sendername">Matthew Danish</b> &lt;<a href="mailto:mdanish@andrew.cmu.edu">mdanish@andrew.cmu.edu</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Sun, Oct 21, 2007 at 01:46:16PM -0500, John Vogel wrote:<br>&gt; gcc: installation problem, cannot exec `as&#39;: No such file or directory<br><br>`as&#39; is the assembler that gcc uses.&nbsp;&nbsp;Check your gcc.&nbsp;&nbsp;Can you even
<br>compile C programs successfully?<br><br>--<br>-- Matthew Danish -- user: mrd domain: <a href="http://cmu.edu">cmu.edu</a><br>-- OpenPGP public key: C24B6010 on <a href="http://keyring.debian.org">keyring.debian.org</a>
<br></blockquote></div><br>