On 4/22/06, Todd Walton <[EMAIL PROTECTED]> wrote:
> On 4/22/06, DJA <[EMAIL PROTECTED]> wrote:
> > I found that if I quit and restarted the Add/Remove utility it
> > eventually figured out what was and wasn't in the RPM
> > database. I think it only queries the database on startup.
>
> I tried restarting the computer.  But also, I don't have 'gcc'
> available as a command (as root, even), so I *know* that it didn't
> install.
>
> I'm maybe gonna have to transplant gcc from Gentoo to Fedora.   ...

I don't think that will work very well, due to file layout differences.

> yeah, right.  I don't know.  Maybe I'll try manually installing the
> rpm.  I'll have to learn how to do that.

You didn't say whether this is Core {3,4,5].  Here is where the
various gcc-related files are located for Core 4:
FC4/disc1 gcc-4.0.0-8.i386.rpm
FC4/disc1 gcc-java-4.0.0-8.i386.rpm
FC4/disc1 libgcc-4.0.0-8.i386.rpm
FC4/disc2 gcc-c++-4.0.0-8.i386.rpm
FC4/disc3 compat-gcc-32-3.2.3-47.fc4.i386.rpm
FC4/disc3 compat-libgcc-296-2.96-132.fc4.i386.rpm
FC4/disc3 gcc-gfortran-4.0.0-8.i386.rpm
FC4/disc3 gcc-gnat-4.0.0-8.i386.rpm
FC4/disc3 gcc-objc-4.0.0-8.i386.rpm
FC4/disc4 compat-gcc-32-c++-3.2.3-47.fc4.i386.rpm
FC4/disc4 compat-gcc-32-g77-3.2.3-47.fc4.i386.rpm

For starters, you most likely need only gcc and libgcc.  So put FC4
disc 1 in the CD drive,
$ cd /media/cdrecorder/Fedora/RPMS
$ sudo rpm -Uvh gcc-4.0.0-8.i386.rpm libgcc-4.0.0-8.i386.rpm

The mount point might be called /media/cdrom rather than /media/cdrecorder
If you have not configured sudo, you will have to su to root, and do
the second line as
# rpm -Uvh gcc-4.0.0-8.i386.rpm libgcc-4.0.0-8.i386.rpm

    Hope this helps.
--
    carl lowenstein         marine physical lab     u.c. san diego
                                                 [EMAIL PROTECTED]


--
[email protected]
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list

Reply via email to