PDA

View Full Version : Install GCC failed.


sOnIc
2004-09-24, 12:17 PM CDT
Hey, ;)

My problem is:
When I do ./Go or ./Make to configure my modem, the system report this: Configure: error: no acceptable cc found in $PATCH

So I have to install gcc right?

And when I put this command yum install gcc the system report this error: error Server: fedora core 2- x86_64 - Base Retry grab() failed.

How can I resolve this problem? :confused:
Ps: sorry my English

ilja
2004-09-24, 12:23 PM CDT
you need a working yum.conf
see this thread: http://www.fedoraforum.org/forum/showthread.php?t=2860

(your english is great. )

sOnIc
2004-09-24, 01:00 PM CDT
So I have to change my yum.config to this one, right?




[main]
cachedir=/var/cache/yum
debuglevel=2
logfile=/var/log/yum.log
pkgpolicy=newest
distroverpkg=fedora-release
gpgcheck=1
tolerant=1
exactarch=1

[core]
name=Fedora Linux $releasever - $basearch - core
baseurl=http://ayo.freshrpms.net/fedora/linux/$releasever/$basearch/core

#[extras]
#name=Fedora Linux $releasever - $basearch - extras
#baseurl=http://ayo.freshrpms.net/fedora/linux/$releasever/$basearch/extras

#[alternatives]
#name=Fedora Linux $releasever - $basearch - alternatives
#baseurl=http://ayo.freshrpms.net/fedora/linux/$releasever/$basearch/alternatives

[updates]
name=Fedora Linux $releasever - $basearch - updates
baseurl=http://ayo.freshrpms.net/fedora/linux/$releasever/$basearch/updates

#[freshrpms]
#name=Fedora Linux $releasever - $basearch - freshrpms
#baseurl=http://ayo.freshrpms.net/fedora/linux/$releasever/$basearch/freshrpms

[duke]
name=Fedora Linux $releasever - $basearch - duke
baseurl=http://fedora.linux.duke.edu/fedorax86_64/fedora.us/$releasever/$basearch/RPMS.stable

[dag]
name=Fedora Linux $releasever - $basearch - dag
baseurl=http://apt.sw.be/fedora/$releasever/en/$basearch/dag/

Sorry I have Linux OS for only 3 days :rolleyes: Newbie