root@Test gcc-4.6.1]# ./configure --prefix=/usr/local/gcc-4.6.1
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln works... yes
checking whether ln -s works... yes
checking for a sed that does not truncate output... /bin/sed
checking for gawk... gawk
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: in `/smartfinder/gcc-4.6.1':
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
那我应该怎么办呢?我对linux完全不懂啊。。。
追答1:没有办法,因没你没有编译器编译代码,就无法安装GCC了,这是一个先有鸡还是先有蛋的问题
2:去usr/bin下看有没有GCC,如果有,加到$PATH中.
能直接告诉我在哪里下载吗?
追答你的什么linux系统呢?
追问red hat linux
追答第一,连上网;
第二,打开命令行,su切换到root用户,
执行
yum install bison ccache flex gcc gcc-c++ make
试试看。