
6th July 2006, 11:18
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,594 Times in 2,445 Posts
|
|
Quote:
|
Originally Posted by jacobhenry
Code:
sh: make: command not found
./compile: line 116: make: command not found
Any suggestions?
|
You must install make:
Code:
apt-get install make
|