>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 Wayne
