Find the answer to your Linux question:
Results 1 to 4 of 4
hi, could anybody help me out to install gcc in my rhel5 thanx...
  1. #1
    Just Joined!
    Join Date
    Jun 2010
    Posts
    9

    How to install gcc lib in rhel5

    hi,

    could anybody help me out to install gcc in my rhel5

    thanx

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Code:
    su -c 'yum -y 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

  3. #3
    Just Joined!
    Join Date
    Jun 2010
    Posts
    9
    hi,
    thanx for your reply.

    i have tried what you said but i get the following errors

    No match for argument gcc
    No match for argument gcc -c++
    Nothing to do.

    so please help me to solve the above problems

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Post the output of this
    Code:
    yum repolist
    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
  •  
...