【发布时间】:2013-10-05 00:24:15
【问题描述】:
我在我的 PC 上设置了软件限制策略。每当我尝试从命令行使用 mingw32-make 时,都会得到以下信息:
mingw32-make.exe -j 4 -e -f Makefile
This program is blocked by group policy. For more information, contact your system administrator.
mingw32-make.exe: *** [All] Error 1
Makefile:4: recipe for target `All' failed
在软件限制策略中,我有一个C:\MinGw 的路径规则。
另外,如果输入命令行mingw32-make.exe,在没有makefile的文件夹中,这就是我得到的:
mingw32-make: *** No targets specified and no makefile found. Stop.
我猜 ming32-make 运行的是 SRP 下不允许的辅助可执行文件。 有谁知道这个程序可能是什么?
【问题讨论】:
标签: mingw32 group-policy