Cygwin 中的 make 问题

Issue with make in Cygwin

我一直在使用 cygwin 构建 gcc。但是,在我尝试配置gcc之后,如下图所示:

$ C:/cygwin64/home/myusername/gcc-9.3.0/configure --program-suffix=-4.9.2 --enable-languages=c,c++ --disable-bootstrap --disable-shared

然后像这样编译它:

$ make -j4

我收到此错误消息:

make: *** No targets specified and no makefile found.  Stop.

我对 cygwin 没有太多经验,所以非常感谢任何帮助!

如果其他人最近遇到这个问题..我的错误是使用文件夹名称提取文件很明显路径不正确因为现在是重复的,只需删除那个,select”在此处提取

现在使用命令。否则,修改路径,应该也可以