编译环境问题
我在装一个服务的时候出现如下错误
./configure
configure: Configuring rsync 2.6.7
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 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 detail
应该是说我没有装c编译环境,如是我从网上下载并安装了c
gcc4-4.0.0-0.14.EL4.i386.rpm
glibc-devel-2.3.4-2.i386.rpm
glibc-headers-2.3.4-2.i386.rpm
glibc-kernheaders-2.4-9.1.87.i386.rpm
安装好后,在执行上面的./configure怎么还报同样的错的,难道环境还不对