[Mono-list] Lame newbie question about debugger/autogen.sh

Jeandre du Toit jeandre@itvs.co.za
Fri, 28 Feb 2003 09:57:01 +0200 (SAST)


> [user1@client debugger]# ./autogen.sh
> : bad interpreter: No such file or directory
> [user1@client debugger]#
 
You need to be in the directory where autogen.sh is located before 
running the script as "./autogen.sh". The "." means that the location is 
the current directory.

> This is just a shell script, is it not ?  Why am I able to run other shell
> scripts, but not this one ?

The other shell scripts are in your path.
 
Hope this helps.
Jeandre