[erlang-questions] compile a module on different OS
Howard Yeh
hayeah@REDACTED
Mon May 26 19:24:00 CEST 2008
On 5/26/08, Lev Walkin <vlm@REDACTED> wrote:
> mark peleus wrote:
> > Hello,
> >
> > When I compile an erlang module on windows xp for example,
> > can I use the beam file on a linux system or do I have to compile it on
> > each system separately?
>
>
> Yes. Former.
>
>
> > If my module includes .hrl file, do I still need it after compilation or
> > can I delete the hrl file when I have the compiled beam file?
>
>
>
> Yes. Latter.
>
But you probably don't want to delete the *.hrl files, just as you
don't want to delete *.erl if you ever want to recompile.
>
> --
> Lev Walkin
> vlm@REDACTED
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://www.erlang.org/mailman/listinfo/erlang-questions
>
--
hayeah.wordpress.com
--metacircular thinking
More information about the erlang-questions
mailing list