Cygwin使用Windows命令


0

我想用Cygwin构建一个库。

我在Windows 8.1上安装了Cygwin并将其添加到了Windows的路径中。

我仍然收到此错误:

enter image description here

Cygwin仍然希望启动Windows的FIND命令而不是Unic版本。

Answers:


0

检查你的 $PATH。它应该有Cygwin的 /bin等等,前面的目录。如果没有,请修复它。如果这没有帮助,请检查您是否已实际安装了所需的软件包 find 命令。它应该在 findutils 包。


这是第一位的。
erbal

@erbal:更新了。
wilx

它已安装:$ cygcheck.exe find found:C:\ cygwin64 \ bin \ find.exe
erbal

@erbal:你的 $PATH 必须搞砸了。请尝试设置它 export PATH=/bin:/cygdrive/c/Windows/system32
wilx

在这种情况下,我得到错误:找不到make命令,不幸的是。
erbal
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.