Find the answer to your Linux question:
Results 1 to 5 of 5
How can I install a compiler on RedHat Linux preferably, if I want to install compiler for C language ?...
  1. #1
    Just Joined!
    Join Date
    Jul 2009
    Posts
    5

    Exclamation Installing a compiler

    How can I install a compiler on RedHat Linux preferably, if I want to install compiler for C language ?

  2. #2
    Just Joined! ultimatelinux's Avatar
    Join Date
    Mar 2010
    Posts
    36
    gcc compiler

  3. #3
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Open Terminal and execute this
    Code:
    su -c yum install gcc  gcc-c++
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  4. #4
    Just Joined!
    Join Date
    Jul 2009
    Posts
    5

    Exclamation Installing a compiler

    I tried yum install gcc gcc-g++ but it gave following error after trying several mirrors:

    Error: Cannot retrieve repository metadata (repomd.xml) for repository: rawhide. Please verify its path and try again

    I am using Fedora 9 (Sulphur). Does installation require upgrading to a higher version ?

  5. #5
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Fedora 9 is not supported by Fedora Team now ( EOF )and I won't suggest you to upgrade it. A lot of things have been changed in latest version Fedora 12.
    I would suggest you to go for fresh install of latest version, Fedora 12.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...