bash: make: command not found
By: Emiley J Printer Friendly Format
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
Comment on this tutorial
- Data Science
- Android
- AJAX
- ASP.net
- C
- C++
- C#
- Cocoa
- Cloud Computing
- HTML5
- Java
- Javascript
- JSF
- JSP
- J2ME
- Java Beans
- EJB
- JDBC
- Linux
- Mac OS X
- iPhone
- MySQL
- Office 365
- Perl
- PHP
- Python
- Ruby
- VB.net
- Hibernate
- Struts
- SAP
- Trends
- Tech Reviews
- WebServices
- XML
- Certification
- Interview
categories
Subscribe to Tutorials
Related Tutorials
smskannel SMS gateway run in background
Running jar files in background in ssh window
Can't locate ExtUtils/MakeMaker.pm in @INC ...
Could not open '': No such file or directory at lib/ExtUtils/MM_Unix.pm line 2697
make: Nothing to be done for `all'.
How to burn your CD / DVD ISO image using Nero Burning ROM (Ahead Software) on Windows
How to burn your CD / DVD ISO image using Media Creator (Adaptec/Roxio) on Windows
How to burn your CD / DVD ISO image using Nero Express (Ahead Software) on Windows
How to burn your CD / DVD ISO image using NISO Recorder V2 Power Toy on Windows
Compiling and Installing software from source in Linux
Archived Comments
1. thanks for help
View Tutorial By: satyam at 2011-08-10 10:53:24
2. I take it English is not your 'hardcore', because
View Tutorial By: Fred at 2013-01-17 14:49:09