David Merrick wrote: > I have recently install Linux on my computer. I am running Ubuntu 6.06 > LTS. The command line will accept ./ filename but not the make command > to compile. Any suggestions? >
sudo apt-get install build-essential (Run this at the commandline, give your own password when prompted) OR fire up Synaptic package manager to do the same thing. (available on the System menu) -- ELiot
