>I console i cannot run gcc for compiling my
>C files what is the problem.
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
