Kurt Clement wrote the following:
> 
> I know this is going to be a really dumb question. I downloaded
> altetris I did the xmkmf command (What is that?) I then ran the

This creates a makefile from a specific set of rules, to my knowledge.

> makefile. No errors. But then when I tried to run the program I get
> the following error
> 
> bash: tertris: command not found
> 
> Now I see the file and I see the permissions are correct and I am
> running XWindows. I seem to run into the same problems when I try to
> create and run shell scripts, what am I not doing? And BTW how do I
> put it in the menu of fvwm? Sorry if this is too basic.

Sounds like you don't have the current directory in your $PATH. Check with

echo $PATH

and see if '.' features in it. If not then that's the problem. On the
flip side this is a feature on a system that's used by multiple users
as you're unlikely to run a command you don't want when exploring
your directory tree. Things like sl (or even ls if you make the
current directory first in the path) scripts can be created to remove
stuff or be destructive otherwise.

If you don't want to put in '.' into the path (as I don't) then type

./tetris

instead of

tetris

Have fun. :)

-- 
CaT ([EMAIL PROTECTED])                       URL: http://www.zip.com.au/dev/null

    There was farting in the air that night,
        It lit so bright,
            Fernando...

Reply via email to