Date: Mon, 24 May 1999 11:56:31 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Martin Str|mberg cc: DJGPP-WORKERS Subject: Re: #!/bin/sh and not LFN In-Reply-To: <199905231349.PAA14737@father.ludd.luth.se> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 23 May 1999, Martin Str|mberg wrote: > WINDOZE 4.1 (i. e. 98), start a DOZE box. "set LFN=n" and then "bash" > (version 1.14.7(1) from bsh1147b.zip). Are you saying that without LFN=n the thing does work? > Now, running "./configur" yields: > "creating cache ./config.cache > configure: error: can not run ./support/config.sub" > > First line of ./support/config.sub: > "#! /bin/sh" I don't think the first line of config.sub is the cause of this problem. Unfortunately, I don't have time to download the Bash sources and look at the scripts. So please post the fragment around the place where configure runs ./support/config.sub. I suspect that it does something like "/bin/sh ./support/config.sub", and that's why it fails.