cgywin64:make-f Makefile

cgywin64:make-f Makefile,makefile,cygwin,svm,Makefile,Cygwin,Svm,我正在尝试使用mpi-ikl-simplemkl-1.0 我使用的是Windows 8.1,我已经安装了cgywin64。当我在cgywin bash屏幕上键入时: make -f Makefile 结果是: gcc-4.2 -03 -ffast-math -fomit-frame-pointer -fPIC -c -o svm.o svm.cpp gcc-4.2: error: spawn: No such file or directory makefile:32: recipe f

我正在尝试使用mpi-ikl-simplemkl-1.0

我使用的是Windows 8.1,我已经安装了cgywin64。当我在cgywin bash屏幕上键入时:

make -f Makefile
结果是:

gcc-4.2 -03 -ffast-math -fomit-frame-pointer -fPIC    -c -o svm.o svm.cpp
gcc-4.2: error: spawn: No such file or directory
makefile:32: recipe for target 'svm.o' failed
make: *** [svm.o] Error 1

我该怎么办?

互联网上的智慧似乎是,你应该做以下事情之一:

从路径中删除/bin 从路径中删除/usr/bin 重新安装gcc可能首先删除所有版本的gcc