Linux – How to install Gcc on Fedora 13 with i686 Architecture!

fedoragcclinux

I have installed Fedora 13 lately,
however its architecture is i686…
i want to install the GNU C Compiler (both c and c++)…..
now i searched for i686 architecture gcc but most of them are not compiled..
and are archives e.g., gcc-4.4.1.tar…..
Also, some RPMs say about dependencies. Is there a simpler solution?

Can anyone help me with this? How to install Gcc, please bear in mind that i dont have any compiler in Fedora even cc is not there!!
I installed fedora from a live cd i got with the Digit Magazine!

Best Answer

yum install gcc gcc-c++
Related Question