-
gcc error
a lot of gcc errors when installing wget package
this is what has happend when i installed wget package
Code:
[root@localhost wget-1.9.1]# ./configure
configuring for GNU Wget 1.9.1
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
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.
please any help
-
It's telling you that it couldn't find a compiler a C compiler in your system. All you need to do is just install the "gcc" package.
-
do you mean install it from ordinary rpm or what
-
Greetings,
You need to install the GCC rpm compatible with the falvour of linux you are using and it will work fine..
Regards
-