Inviato da luca il Ven, 13/04/2012 - 14:34
After a fresh ubuntu install, I was missing the network drivers. So, copyied the install iso content on an usb, proceed adding reference to sources.list
nano /etc/apt/sources.list
## add local dir to lists, should contain a dists/ folder
deb file:///media/disk lucid main restricted
#refresh the packages list
apt-get update
apt-get install gcc
make install