PDA

View Full Version : GCC in Fedora 9 VMware Image


m_banerjeein
08-17-2008, 07:40 AM
I am not able to run gcc command from the terminal...

Can anyone help me?


Thanks,

Mithun

m_banerjeein
08-17-2008, 07:56 AM
I am not able to run gcc command on Fedora 9

Can anyone help me?

Thanks,

Mithun

m_banerjeein
08-17-2008, 06:04 PM
I am not able to run gcc command on Fedora 9

Can anyone help me?

Thanks,

Mithun

I tried using the rpm utility to check the gcc version but could see :-
#####################################
[root@fedora-vm build]# rpm -q gcc
package gcc is not installed

######################################

My kernel version is
#####################################
[root@fedora-vm build]# rpm -q kernel
kernel-2.6.25-14.fc9.i686

######################################

My env vatiables are as follows

[root@fedora-vm build]# echo $PATH
/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/home/vmplanet/bin

Please let me know from where i can atleast install a C/C++ compiler?

Your help would be really be appreciated..

Thanks,

Mithun

smyl
08-18-2008, 08:29 AM
running "yum install gcc" should help you out.

if not, I can look into it more

m_banerjeein
08-18-2008, 05:13 PM
running "yum install gcc" should help you out.

if not, I can look into it more

Thanks a Lot for your valuable comment.

I executed the following command and was able to do it successfully:-

su root

uname -r

yum install kernel-devel xinetd gcc gcc-c++ perl-devel perl-ExtUtils-Embed

Thanks a lot...