Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/php/275.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python cygwin64中的configure命令返回错误gcc未找到_Python_Gcc_Cygwin - Fatal编程技术网

Python cygwin64中的configure命令返回错误gcc未找到

Python cygwin64中的configure命令返回错误gcc未找到,python,gcc,cygwin,Python,Gcc,Cygwin,我想在cygwin中运行./configure&&make命令,但它返回以下错误 $ ./configure && make checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... no c

我想在cygwin中运行./configure&&make命令,但它返回以下错误

$ ./configure && make
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... no
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... x86_64-unknown-cygwin
checking host system type... x86_64-unknown-cygwin
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
我不知道如何为windows安装gcc

我安装了cygwin完整的软件包

我也试过这个命令

export PATH=${PATH}:/c/cygwin64/bin

在运行make命令之前,
cygcheck-cgcc-core的输出是什么?为什么使用python
tag
?在python@matzeriyou中安装libdnet库时没有回答我的第一个问题。您还没有提供所有信息来理解和复制您的问题,您使用的是哪种
python
?您正在尝试安装哪个版本的
libdnet
,以及如何安装?