On 16 May 2013 09:38, fomengia glen wrote: > > > Dear GCC members, > I am a first tme user of GCC. I would like to know which version and how to install it on my sytem. I am using Fedora 18x 86_64 and my pc is an Intel pentium p6200, > dual core, 4GB ram memory and 64 bit operating system. Fedora 18 comes with a recent version of GCC, just run "yum install gcc" as root. That will give you the C compiler and the common libraries, if you want the C++ and Fortran compilers you could add then with "yum install gcc-c++ gcc-gfortran"