Kurt Clement wrote:

> 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
> 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.
>
> Kurt
> _________________________________________________________
> DO YOU YAHOO!?
> Get your free @yahoo.com address at http://mail.yahoo.com


Most probably you don't have the current directory in your
PATH environment variable. You should run programs in the current
directory by specifying the directory, i.e. for tetris, you should enter
./tetris.
For xmkmf, look at man xmkmf.

Reply via email to