On Sat, Mar 02, 2002 at 05:54:27PM +1300, Wayne Rooney wrote: > >Now, when I get to the root and type $make install20 I'm told "command > >not found install20" AAAAAAAGGGGGGGHHHHHHHHHH > >What do I do now??????????????? > > > The problem could be caused by the current directory not being in root's > path. > > Try a dot slash, as in ./make install20 or make ./install20
Not likely. I imagine Neal is taking the command literally, i.e. "$make install20" - the "$make" is evaluating to nothing, so the shell is trying to run "install20" Neal: the "$" is representing your prompt, where you type commands. User accounts generally have the '$' sign on the end of their prompts, and the superuser (root) has a hash. (#). try the command: "make install20" Mike. -- Michael Beattie <[EMAIL PROTECTED]> yip yip yip yip yip yip yap yap yip *BANG* NO TERRIER
