- 论坛徽章:
- 0
|
安装centos6.4,无法联网,没有显示eth0,只有安装好驱动才会显示eth0,然后联网,可下载好对应驱动,安装时出现compiler not found,因未安装gcc编译器,下载对应版本gcc,安装出现问题怎么解决?刚学习linux,联网弄了三天了,都没装好,找了好多资料,苦逼的孩子,盼大神帮忙多多指点。
执行命令:
../gcc-4.8.0/configure --configure --enable-checking=release --enable-languages=c,c++ --disable-multilib.
提示如下:
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... 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 `/root':
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details. |
|