[erlang-questions] Shell - compile multiple files with ERLC in Windows

Tim Watson watson.timothy@REDACTED
Fri Jan 28 03:22:38 CET 2011


2011/1/28 Jeff Schultz <jws@REDACTED>:
> On Thu, Jan 27, 2011 at 06:10:27PM +0100, Antonio Fernndez wrote:
>>
>> Hi all !
>>
>> I惴 erlang beginner programmer.
>>
>> The following command works on Ubuntu Shell but don愒 work on Windows :
>>
>> $ erlc --o ebin src/*.erl
>
> Possibly the easiest solution is to install http://cygwin.org/
> (and put the Erlang bin directory in your path.)
>

Or just run `erl -make all` in the directory? Or go get a copy of
rebar (https://github.com/basho/rebar), install it and then run `rebar
compile` - I think it works on Windows fine.


More information about the erlang-questions mailing list