Results 1 to 4 of 4
hi,
could anybody help me out to install gcc in my rhel5
thanx...
- 06-28-2010 #1Just 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
- 06-28-2010 #2Code:
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
- 06-28-2010 #3Just 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
- 06-28-2010 #4
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


Reply With Quote