<t>Hi Daveangel,which distribution did you install?Codeblocks is the front end only you need to download/install gcc, if you are using Ubuntu these are the steps :1)Open a console window ctrl + alt + t2)Type "apt-get install build-essential" This should give you a basic gcc install with the c/c++ co...