LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   bash: make: command not found (https://www.linuxquestions.org/questions/linux-newbie-8/bash-make-command-not-found-448126/)

MrPacane 05-24-2006 11:34 AM

bash: make: command not found
 
Hi everyone,

When I try to install a package by its sources, I always get this error message :

Quote:

bash: make: command not found
I know it's because I have to install the make package... but I can't find it :confused: !

Is there an RPM file that exists to install it ?
(I'm on Mandriva 2006)

Thanks!

pljvaldez 05-24-2006 11:36 AM

You can check to see if it's already installed by typing which make. On Debian (don't know about Mandriva) the package installed was build-essentials and installed make to the /usr/bin directory. If it's already installed, then you just need to modify your path.

reddazz 05-24-2006 11:42 AM

Code:

#urpmi make
The command above should install make for you. If you don't like the command line, use rpmdrake to search for make and then install it.


All times are GMT -5. The time now is 05:26 PM.