[erlang-questions] Which On Windows
Luke Bakken
luke@REDACTED
Tue Nov 13 00:28:11 CET 2018
Right, because that isn't the correct mt.exe command. Something in the
build steps isn't setting the PATH correctly, or you don't have the
tool anywhere -
http://erlang.org/doc/installation_guide/INSTALL-WIN32.html#Short-Version
Your next step could be to search your drive for mt.exe, make a note
of it, and see if the following command adds the correct directory to
your PATH:
eval `./otp_build env_win32 x64`
Thanks,
Luke
On Mon, Nov 12, 2018 at 3:46 PM Michael Scharrer <michael_489@REDACTED> wrote:
>
> Hello together,
>
> may it could help with my following output "where mt" on Windows 10
>
> user_1@REDACTED ~/erlbuild/otp
> $ where mt
> C:\cygwin64\bin\mt.exe
>
>
> An then I call mt to test it, which looks like the beam.smp.dll error during compile.
>
> user_1@REDACTED ~/erlbuild/otp
> $ mt
> usage: mt [-V] [-f device] operation [count]
More information about the erlang-questions
mailing list