Hi Francis,<br><br><br>>I console i cannot run gcc for compiling my<br>>C files what is the problem. <br><div><br></div>You have to install the compiler before you try to compile :)<br><br>In the terminal run these commands (which would download and install gcc)
<br><br>sudo aptitude update<br>sudo aptitude install gcc<br><br>If you want all development tools : gcc g++ make etc you could do a <br><br>sudo aptitude install build-essential<br><br><br><br><br>-- <br>Best,<br>Pradeep
<br><a href="http://pradeepvjn.blogspot.com/">http://pradeepvjn.blogspot.com/</a>