Results 1 to 5 of 5
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 ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 05-02-2005 #1Just Joined!
- Join Date
- Apr 2005
- Posts
- 40
gcc error
a lot of gcc errors when installing wget package
this is what has happend when i installed wget package
please any helpCode:[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.
- 05-02-2005 #2Linux Engineer
- Join Date
- Apr 2005
- Location
- Buenos Aires, Argentina
- Posts
- 908
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.
serzsite.com.ar
"All the drugs in this world won\'t save you from yourself"
- 05-02-2005 #3Just Joined!
- Join Date
- Apr 2005
- Posts
- 40
do you mean install it from ordinary rpm or what
- 05-02-2005 #4Just Joined!
- Join Date
- Apr 2005
- Posts
- 88
Greetings,
You need to install the GCC rpm compatible with the falvour of linux you are using and it will work fine..
Regards
- 05-02-2005 #5Just Joined!
- Join Date
- Apr 2005
- Posts
- 40
thanks guys


Reply With Quote
