我有一个名为Makefile
的文件,并且我想运行make
命令。我下载MinGW是因为我需要Unix环境(我有Windows 10)。我在系统变量(环境变量)的C:\MinGW\bin
中添加了Path
。
路径中有一个名为make.exe
的文件。
因此,转到命令提示符中的目录,运行make.exe -f Makefile
输出(Infomap是程序包):
The system cannot find the path specified.
Access denied - SRC
File not found - -NAME
Access denied - SRC
File not found - -NAME
Access denied - INTERFACES/SWIG
File not found - -NAME
"Linking object files to target Infomap..."
g++ -fopenmp -o Infomap
g++: fatal error: no input files
compilation terminated.
make: *** [Infomap] Error 1