"no acceptable c compiler found in $PATH" 通过 cygwin 终端在我的 windows 上安装 hydra
"no acceptable c compiler found in $PATH" while installing hydra on my windows through cygwin terminal
我在尝试通过 Cygwin 在 Windows 下安装 hydra 时发现错误。我该怎么办?
$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets $(MAKE)... no
checking for working aclocal-1.4... missing
checking for working autoconf... missing
checking for working automake-1.4... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking whether to enable maintainer-specific portions of Makefiles... no
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.
默认情况下,Cygwin 不安装编译器。我建议从 Cygwin 的设置中安装 "gcc"。 (您可能需要其他包,但从 "gcc" 开始并需要添加包。)
我在尝试通过 Cygwin 在 Windows 下安装 hydra 时发现错误。我该怎么办?
$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets $(MAKE)... no
checking for working aclocal-1.4... missing
checking for working autoconf... missing
checking for working automake-1.4... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking whether to enable maintainer-specific portions of Makefiles... no
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.
默认情况下,Cygwin 不安装编译器。我建议从 Cygwin 的设置中安装 "gcc"。 (您可能需要其他包,但从 "gcc" 开始并需要添加包。)