[erlang-questions] Recommendations re beam files
Donald Steven
t6sn7gt@REDACTED
Sat Mar 16 12:06:43 CET 2019
To this point (I'm new at this) I've been keeping beam files for the
modules I need in the same directory as the main module. This makes
sense for those modules that are closely allied to the main module and
unlikely to be used or modified for other programs. However, I have a
core set of modules that are used by all my programs. I'd like to keep
these together and in *one* place so that they're easier to maintain.
Also, I don't want to have multiple copies floating around.
How do I specify to the compiler where to find them? (I use Linux.)
Thanks.
Don
More information about the erlang-questions
mailing list