Results 1 to 3 of 3
Anybody have any idea why bash would report that 'make' is an unknown command? Using terminal on a Mandriva 2008 OS. Thanks for any help....
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 05-17-2010 #1Just Joined!
- Join Date
- May 2010
- Posts
- 2
[SOLVED] 'make' gone?
Anybody have any idea why bash would report that 'make' is an unknown command? Using terminal on a Mandriva 2008 OS. Thanks for any help.
- 05-18-2010 #2
Hi and welcome to the forum.
That error usually indicates that the command is not installed. Install make using the graphical software tools or by running as root
Code:urpmi make
- 05-18-2010 #3Just Joined!
- Join Date
- May 2010
- Posts
- 2
Thanks. And like magic, now make works. Thanks again.



