Posts tagged with "ubuntu"

GCC on Ubuntu

September 10th, 2008

A friend recently ran into a problem while trying to get GCC working on Ubuntu. Ubuntu does not install GCC by default and therefore, to get it working, you have to put back your installation CD and type the following on the terminal: sudo apt-get install build-essential In most cases that should do the trick, [...]