The Great Computer Language Shootout is back

Luke Gorrie luke@REDACTED
Wed Jul 28 20:10:32 CEST 2004


Hi Isaac,

> --- Mark Scandariato <mscandar@REDACTED> wrote:
>> erl -noshell -run wc start < foo.txt
>
> Doesn't work for me. 
>
> erlang_shootout # erl -noshell -run wc start < input.txt
>    {"init terminating in   
>   
> do_boot",{undef,[{wc,start,[]},{init,start_it,1},{init,start_em,1}]}}
>
>    Crash dump was written to: erl_crash.dump
>    init terminating in do_boot ()

Looks like it isn't finding the `wc.beam' file. Try adding '-pz .' to
add the current directory to the code path.

-Luke



More information about the erlang-questions mailing list