Programming Tutorials

bash: make: command not found

By: Emiley J in Linux Tutorials on 2011-06-13  

If you get the error bash: make: command not found, I take it that, linux is not your hardcore. Because this error is a beginner's question and could be easily resolved as below.

It only shows that your linux server does not have make installed. Depending on your type of linux you can use either of these commands to install make and therefore get rid of the above problem.

yum install make
apt-get install make





Add Comment

* Required information
1000

Comments

No comments yet. Be the first!

Most Viewed Articles (in Linux )

Latest Articles (in Linux)