cygwin的“配置"错误,未安装gcc [英] 'configure' error with cygwin, no gcc installed

查看:603
本文介绍了cygwin的“配置"错误,未安装gcc的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在Windows XP平台上安装了Cygwin系统,以下是使用``./configure''时得到的信息:

I installed a Cygwin system on my windows XP platform, following is what I get when use ''./configure'':

<pre lang="css">$ sh ./configure
loading cache ./config.cache
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... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... found
checking for mawk... no
checking for gawk... gawk
checking for gcc... no
checking for cc... no
configure: error: no acceptable cc found in $PATH




有人知道错误的原因以及如何解决吗?

我已经在我的PC上安装了vs2005,有人建议缺少"GCC"编译器会引起所有麻烦,但是我想知道VS2005是否必须有一个编译器,因此,为什么它仍然会失败?

在此先感谢




Does someone know what the cause of the error, and how to solve it?

I already have vs2005 installed on my PC, someone suggested lacking of a "GCC" compiler causes all the trouble, but I wonder VS2005 must have a compiler, so, why it still fails?

Thanks in advance

推荐答案

sh ./configure 加载缓存./config.cache 正在检查与BSD兼容的安装.../usr/bin/install -c 检查构建环境是否正常...是 检查是否有套机
sh ./configure loading cache ./config.cache checking for a BSD compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking whether make sets


{MAKE} ...否 正在检查工作的当地人...丢失 检查工作中的自动配置...丢失 正在检查自动制作工作...缺失 正在检查自动标头工作...丢失 检查工作的makeinfo ...发现 正在检查花w ...否 检查gawk ... gawk 正在检查gcc ...否 正在检查抄送...否 配置:错误:在
{MAKE}... no checking for working aclocal... missing checking for working autoconf... missing checking for working automake... missing checking for working autoheader... missing checking for working makeinfo... found checking for mawk... no checking for gawk... gawk checking for gcc... no checking for cc... no configure: error: no acceptable cc found in


PATH
PATH


中找不到可接受的抄送

有人知道错误的原因以及如何解决吗?

我已经在我的PC上安装了vs2005,有人建议缺少"GCC"编译器会引起所有麻烦,但是我想知道VS2005是否必须有一个编译器,因此,为什么它仍然会失败?

预先感谢




Does someone know what the cause of the error, and how to solve it?

I already have vs2005 installed on my PC, someone suggested lacking of a "GCC" compiler causes all the trouble, but I wonder VS2005 must have a compiler, so, why it still fails?

Thanks in advance


这篇关于cygwin的“配置"错误,未安装gcc的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆