[erlang-questions] Erlang Build 21.1.1 on Windows 10
Luke Bakken
luke@REDACTED
Mon Nov 12 10:58:48 CET 2018
Hi Michael -
The build executes the "mt" command, and it is failing with invalid arguments:
> usage: mt [-V] [-f device] operation [count]
https://docs.microsoft.com/en-us/windows/desktop/sbscs/mt-exe
I suspect that you may have another command named "mt" that has higher
precedence in your PATH. Run "which -a mt" to see what the output is.
Thanks,
Luke
More information about the erlang-questions
mailing list