我试图make在命令提示符下键入命令,但我不断收到以下错误:
'make' is not recognized as an internal or external command, operable or batch file.
我是新手,对这些事情一无所知,但是我阅读了很多有关此问题的网站,并尝试遵循他们的建议,但仍然无法正常工作。
我使用的是带有 Windows 7 64 位的戴尔笔记本电脑。我从这个文件夹运行它:
C:\Users\Jenn\Documents\PhD\Software\trimAl\source
Run Code Online (Sandbox Code Playgroud)
我的路径是
C:\Perl\site\bin
C:\Perl\bin
%SystemRoot%\system32
%SystemRoot%
%SystemRoot%\System32\Wbem
%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\
c:\Program Files\WIDCOMM\Bluetooth Software\
c:\Program Files\WIDCOMM\Bluetooth Software\syswow64
C:\Program Files\Dell\DW WLAN Card\Driver
C:\Program Files (x86)\Common Files\Roxio Shared\DLLShared\
Run Code Online (Sandbox Code Playgroud)
“Make”不是内置的 Windows 实用程序或命令,因此它告诉您“‘make’不被识别为内部或外部命令、可操作或批处理文件”。
你需要第 3 方Make.exe;哪一个取决于您实际想要实现的目标。