PDA

View Full Version : gcc troubles



stratavarious
December 31st, 2007, 05:43 AM
.

xtacocorex
December 31st, 2007, 05:44 AM
sudo apt-get install build-essential

stratavarious
December 31st, 2007, 05:54 AM
.

stratavarious
December 31st, 2007, 08:16 AM
.

xtacocorex
December 31st, 2007, 04:16 PM
There have been many debates on whether build-essential should be installed by default, but it is included on the live-cd, just not installed, so if you do have an issue where you don't have internet and need it, just pop the cd in and install from there.

Python is included because a lot of the utility programs UI's are written with it and need the interpreter.

Kadrus
December 31st, 2007, 04:30 PM
I think before trying:

sudo apt-get install build-essential
you should try:

sudo apt-get update
then try build-essential.
But you got it to work anyway..