Yep, that was it.  Thanks.<br><br>Dave<br><br><br><div class="gmail_quote">On Thu, Nov 20, 2008 at 11:29 PM, John Webb <span dir="ltr"><<a href="mailto:jwebb@gol.com">jwebb@gol.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi Dave<br>
<br>
c is the name of the command interface used by the shell ( <a href="http://www.erlang.org/doc/man/c.html" target="_blank">http://www.erlang.org/doc/man/c.html</a> )<br>
<br>
Try renaming your module (not forgetting to remove c.beam from your local directory).<br>
<br>
John<div><div></div><div class="Wj3C7c"><br>
<br>
On Nov 21, 2008, at 12:36 PM, David Tucker wrote:<br>
<br>
</div></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div></div><div class="Wj3C7c">
Hi folks,<br>
<br>
I get the error below after compiling a simple Erlang program on Mac OS.  I didn't see anything in the archive -- any idea what's wrong?  Thanks.<br>
<br>
Dave<br>
<br>
===<br>
<br>
dbtucker@dbtucker-macbookpro:~/Desktop/newerl$ l<br>
total 8<br>
-rwxr-xr-x  1 dbtucker  5000  56 Nov 20 22:10 c.erl*<br>
dbtucker@dbtucker-macbookpro:~/Desktop/newerl$ erl<br>
Erlang (BEAM) emulator version 5.6.5 [source] [smp:2] [async-threads:0] [kernel-poll:false]<br>
<br>
Eshell V5.6.5  (abort with ^G)<br>
1> q().<br>
ok<br>
2> dbtucker@dbtucker-macbookpro:~/Desktop/newerl$ cat c.erl<br>
-module(c).<br>
-compile(export_all).<br>
<br>
foo(X) -> X * X.<br>
dbtucker@dbtucker-macbookpro:~/Desktop/newerl$ erlc c.erl<br>
dbtucker@dbtucker-macbookpro:~/Desktop/newerl$ erl<br>
Erlang (BEAM) emulator version 5.6.5 [source] [smp:2] [async-threads:0] [kernel-poll:false]<br>
<br>
{"init terminating in do_boot",{undef,[{c,erlangrc,[]},{init,eval_script,8},{init,do_boot,3}]}}<br>
<br>
Crash dump was written to: erl_crash.dump<br>
init terminating in do_boot ()<br>
<br></div></div>
_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org" target="_blank">erlang-questions@erlang.org</a><br>
<a href="http://www.erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://www.erlang.org/mailman/listinfo/erlang-questions</a><br>
</blockquote>
<br>
</blockquote></div><br>