Hi Francis,


>I console i cannot run gcc for compiling my
>C files what is the problem.

You have to install the compiler before you try to compile :)

In the terminal run these commands (which would download and install gcc)

sudo aptitude update
sudo aptitude install gcc

If you want all development tools : gcc g++ make etc you could do a

sudo aptitude install build-essential




--
Best,
Pradeep
http://pradeepvjn.blogspot.com/
-- 
ubuntu-in mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in

Reply via email to