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

2003-03-01 Thread Michal Moskal
On Fri, Feb 28, 2003 at 09:57:01AM +0200, Jeandre du Toit wrote: > > > [EMAIL PROTECTED] debugger]# ./autogen.sh > > : bad interpreter: No such file or directory > > [EMAIL PROTECTED] debugger]# > > You need to be in the directory where autogen.sh is located before >

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

2003-02-28 Thread Jeandre du Toit
> [EMAIL PROTECTED] debugger]# ./autogen.sh > : bad interpreter: No such file or directory > [EMAIL PROTECTED] 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 i

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

2003-02-27 Thread Darren Tuer
I'm sure that the answer to this problem is very simple, I just haven't worked it out ... I am trying to build the mono debugger from a CVS checkout from two days ago. There is no configure file, nor a make file, just the autogen.sh script. I've seen pleny of posts asking about how to build from