Terminal MinGW终端缺少功能

Terminal MinGW终端缺少功能,terminal,mingw-w64,Terminal,Mingw W64,我已经安装了MinGW版本和MinGW的64位版本 当我尝试从安装运行run Terminal程序时,我得到以下输出: C:\Program Files\mingw-builds\x64-4.8.1-posix-seh-rev4>echo off Microsoft Windows [Version 6.1.7601] Copyright (c) 2009 Microsoft Corporation. All rights reserved. C:\> 我无法执行安装时附带的m

我已经安装了MinGW版本和MinGW的64位版本

当我尝试从安装运行run Terminal程序时,我得到以下输出:

C:\Program Files\mingw-builds\x64-4.8.1-posix-seh-rev4>echo off
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.

C:\>
我无法执行安装时附带的make和其他命令,因此似乎我已恢复到基本的windowscmd终端

如何确定MinGW终端缺少功能的原因

我以前使用包管理器以及MSYS安装过MinGW。我已经尽可能地删除了它们,并使用CCleaner清理了对它们的引用

我检查了路径,但看不到明显的问题:

C:\Program Files\mingw-builds\x64-4.8.1-posix-seh-rev4\mingw64\bin;
C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;
%CommonProgramFiles%\Microsoft Shared\Windows Live;
C:\Program Files (x86)\AMD APP\bin\x86_64;
C:\Program Files (x86)\AMD APP\bin\x86;
C:\Program Files (x86)\RSA SecurID Token Common;
C:\Program Files\Java\jdk1.7.0_05\bin;
C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;
C:\Users\James\Desktop\bpmndev\apache-maven-3.0.5\bin;
C:\Windows\System32;
C:\Go\bin;
C:\Program Files (x86)\scala\\bin;
C:\Program Files (x86)\CMake 2.8\bin;
C:\Program Files\Common Files\Microsoft Shared\Windows Live

再次尝试安装MSYS。它与MinGW-w64一起工作(实际上它应该与任何MinGW版本一起工作)。只需打开MSYS终端,使用诸如“-build=x86_64-w64-mingw32”和make之类的选项进行配置