linux gtk

来源:百度知道 编辑:UC知道 时间:2024/05/11 03:53:07
checking build system type... i686-pc-linux-gnuoldld
checking host system type... i686-pc-linux-gnuoldld
checking target system type... i686-pc-linux-gnuoldld
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)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
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.
[root@localhost d4x]#

怎么解决?刚开始,什么也不懂呀
什么是GCC,怎么解决这个问题?请高手帮帮忙,我系统是damn small linux,这个系统下要装哪个版本的GCC,怎么配置这个GCC
我在安装GCC-4.1.1版本时,还是同样提示
checking for gcc...no
checking for cc...no同样不能安装GCC-4.1.1,是不是我系统本来就没有GCC呀,如从来没有,怎么全新安装.
装的是二进制文件rpm,装不了

出现这种提示就应该是没有GCC。
请你说明你安装的GCC-4.1.1是原代码文件还是已经编译好的?如果是原代码的文件,安装时也是要GCC的,你没有安装GCC,当然也是安不上的。
也就是说,不论你安装什么软件,只要是原代码文件,就必须要有GCC的。

C compiler
却少gcc?