I got the following error message:

sh: make: not found

I guess I need to install make, or a compiler on my Ubuntu 9.04

Could you tell me what I exactly need to type to install it ?

thanks

link|improve this question

feedback

1 Answer

up vote 5 down vote accepted

try sudo apt-get install build-essential

build-essential is a package which contains stuff needed for building software. (make, gcc ..)

link|improve this answer
you meant sudo apt-get install build-essential right ? – Patrick Sep 25 '10 at 16:36
yeah cool it worked – Patrick Sep 25 '10 at 16:36
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.