Re: installing the gcc package HOWTO - Fedora Core 1
From: Phisherman (nobody_at_noone.com)
Date: 02/22/04
- Next message: Java Jive: "Re: HP LaserJet Series II, SMC Barricade Router and Red Hat 7.3"
- Previous message: steve harris: "Re: can't compile kernel 2.6.3"
- In reply to: Lenard: "Re: installing the gcc package HOWTO - Fedora Core 1"
- Next in thread: Andreas Tretow: "Re: installing the gcc package HOWTO - Fedora Core 1"
- Reply: Andreas Tretow: "Re: installing the gcc package HOWTO - Fedora Core 1"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 22 Feb 2004 20:47:04 GMT
On Sun, 22 Feb 2004 18:16:24 GMT, Lenard <lenard@127.0.0.1> wrote:
>On Sun, 22 Feb 2004 17:51:14 +0000, Phisherman wrote:
>
>> On Sun, 22 Feb 2004 17:32:51 GMT, Phisherman <nobody@noone.com> wrote:
>>
>>>I have the three Fedora Core installation CDs and no (direct) Internet
>>>access. How can I install the C compiler gcc from these CDs?
>>
>> I wanted to add that I am using command prompt only. I've been reading
>> the man pages on rpm, and would like to know the proper command switches
>> to install the package (I don't even know the name of the gcc package!)
>> I know I will need to mount the CD drive first, but that's about it.
>> Thanks!
>
>First check and see if you do in fact have to load the gcc RPM's;
>
>$ rpm -qa | grep gc
>
>Sample output;
>
>$ rpm -qa | grep gc | sort
>compat-gcc-7.3-2.96.118
>compat-gcc-c++-7.3-2.96.118
>gcc-3.2.2-5
>gcc-c++-3.2.2-5
>gcc-g77-3.2.2-5
>gcc-gnat-3.2.2-5
>gcc-java-3.2.2-5
>libgcc-3.2.2-5
>libgcj-3.2.2-5
>libgcj-devel-3.2.2-5
>
>Notice how all the gcc* and libgc* RPM's match the same version level
>(important) and the compat-gcc* RPM's are for backward compatibility
>reasons.
>
>Note your versions may very.
>
>Copy the RPM's from the CD's to one location (if needed) and install them
>all at once; rpm -Uvh *.rpm
Thanks.
Here's my output...
[root@Blue root]# rpm -qa | grep gc
libgcj-3.3.2-1
libgcc-3.3.2-1
[root@Blue root]# gcc
bash: gcc: command not found
I'm not familiar with these names. Is libgcj a Java library? Is
libgcc the standard C library?
Which RPMs do I need to copy from the CDs? (There are LOTS of rpms).
I have about 2 GB disk space left, and do not intend to do heavy C
programming (yet).
- Next message: Java Jive: "Re: HP LaserJet Series II, SMC Barricade Router and Red Hat 7.3"
- Previous message: steve harris: "Re: can't compile kernel 2.6.3"
- In reply to: Lenard: "Re: installing the gcc package HOWTO - Fedora Core 1"
- Next in thread: Andreas Tretow: "Re: installing the gcc package HOWTO - Fedora Core 1"
- Reply: Andreas Tretow: "Re: installing the gcc package HOWTO - Fedora Core 1"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|