trouble installin gcc

Status
Not open for further replies.
i tried installin nvidia drivers for my ubuntu fiesty fawn distro... but i was prompted with an error message sayin problem wit cc compiler.... how go i get a c compiler installed in my system..
 

QwertyManiac

Commander in Chief
Ah well, instead of doing it the hard way, just run:

Code:
sudo apt-get install nvidia-glx

No CC/GCC troubles. But anyways, to get a compiler etc installed, do:

Code:
sudo apt-get install build-essential
 
Status
Not open for further replies.
Top Bottom