Re: [newbie] make command not found in Bash

2000-07-09 Thread Hellmut
When I try to execute the make command as normal user, I get an error message saying, that only root is allowed to run this command. Any user should be able to use make, not just root. Hi Kenny! You have to be root to run the make command... I'm trying to compile and install

Re: [newbie] make command not found in Bash

2000-07-09 Thread Paul
On Sun, 9 Jul 2000, Hellmut wrote: When I try to execute the make command as normal user, I get an error message saying, that only root is allowed to run this command. This is not what I have experienced. I can run make as user without a problem. There must be something wrong with your

Re: [newbie] make command not found in Bash

2000-07-08 Thread Hellmut
Hi Kenny! You have to be root to run the make command... I'm trying to compile and install a new kernel, and when I go to the "make xconfig" command, Bash doesn't recognize make. Also, the command is not located in /bin. Do I need to update Bash? Any suggestions? Kenny --

Re: [newbie] make command not found in Bash

2000-07-08 Thread A V Flinsch
On Sat, 08 Jul 2000, you wrote: I'm trying to compile and install a new kernel, and when I go to the "make xconfig" command, Bash doesn't recognize make. Also, the command is not located in /bin. Do I need to update Bash? Any suggestions? What type of install did you do? You might need

Re: [newbie] make command not found in Bash

2000-07-08 Thread kdm
Any user should be able to use make, not just root. Hi Kenny! You have to be root to run the make command... I'm trying to compile and install a new kernel, and when I go to the "make xconfig" command, Bash doesn't recognize make. Also, the command is not located in /bin. Do