“ make(e = 2):系统找不到指定的文件”当我运行“ make all”命令时

时间:2020-05-14 18:57:57

标签: windows makefile

这是我在命令提示符下看到的错误。我该怎么解决?

   C:\Users\john\OneDrive\Documents\GitHub\quicksortframework>make all

   mpic++ -Wall -O3 -g -I.  -c main.cpp

   process_begin: CreateProcess(NULL, mpic++ -Wall -O3 -g -I. -c main.cpp, ...) failed.

   make (e=2): The system cannot find the file specified.

   make: *** [Makefile:35: main.o] Error 2

0 个答案:

没有答案