<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">Hello together,<br>
<br>
may it could help with my following output "where mt" on Windows 10<br>
<pre style="background-color:#ffffff;color:#000000;font-family:'Menlo';font-size:13.5pt;">user_1@WINDOWS10 ~/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@WINDOWS10 ~/erlbuild/otp
$ mt
usage: mt [-V] [-f device] operation [count]</pre>
<br>
<br>
Regards<br>
Michael<br>
<br>
<br>
Am 12.11.18 um 15:38 schrieb Luke Bakken:<br>
</div>
<blockquote type="cite" cite="mid:CADFEJucn2+wgt1ShNqL0bUWuLByVz9hf54iVo-iDGbwY4oUhhA@mail.gmail.com">
<pre wrap="">On Mon, Nov 12, 2018 at 1:27 PM Onorio Catenacci <a class="moz-txt-link-rfc2396E" href="mailto:Catenacci@ieee.org"><Catenacci@ieee.org></a> wrote:
</pre>
<blockquote type="cite">
<blockquote type="cite">
<pre wrap="">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

</pre>
</blockquote>
<pre wrap="">
Minor point Luke--on Windows it's "where" not which.

<a class="moz-txt-link-freetext" href="https://stackoverflow.com/questions/304319/is-there-an-equivalent-of-which-on-the-windows-command-line">https://stackoverflow.com/questions/304319/is-there-an-equivalent-of-which-on-the-windows-command-line</a>
</pre>
</blockquote>
<pre wrap="">
The build environment is Cygwin, so which is the correct command to
use. I'm not even sure if "where" works within Cygwin - probably not,
as the PATH is in the wrong format. The same applies to a MSYS2
environment.

<a class="moz-txt-link-freetext" href="http://erlang.org/doc/installation_guide/INSTALL-WIN32.html#tools-you-need-and-their-environment">http://erlang.org/doc/installation_guide/INSTALL-WIN32.html#tools-you-need-and-their-environment</a>

Since "which" couldn't find the correct mt.exe executable, that points
to something in the original poster's environment.

Thanks,
Luke
_______________________________________________
erlang-questions mailing list
<a class="moz-txt-link-abbreviated" href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a>
<a class="moz-txt-link-freetext" href="http://erlang.org/mailman/listinfo/erlang-questions">http://erlang.org/mailman/listinfo/erlang-questions</a>
.

</pre>
</blockquote>
<p><br>
</p>
</body>
</html>