[erlang-questions] Which On Windows
Michael Scharrer
michael_489@REDACTED
Mon Nov 12 16:46:34 CET 2018
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]
Regards
Michael
Am 12.11.18 um 15:38 schrieb Luke Bakken:
On Mon, Nov 12, 2018 at 1:27 PM Onorio Catenacci <Catenacci@REDACTED><mailto:Catenacci@REDACTED> wrote:
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
Minor point Luke--on Windows it's "where" not which.
https://stackoverflow.com/questions/304319/is-there-an-equivalent-of-which-on-the-windows-command-line
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.
http://erlang.org/doc/installation_guide/INSTALL-WIN32.html#tools-you-need-and-their-environment
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
erlang-questions@REDACTED<mailto:erlang-questions@REDACTED>
http://erlang.org/mailman/listinfo/erlang-questions
.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20181112/6754ed6d/attachment.htm>
More information about the erlang-questions
mailing list