Date: Tue, 30 Mar 1999 09:42:23 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: "Mark E." cc: djgpp-workers AT delorie DOT com Subject: Re: Bash 2.03 updated March 22nd In-Reply-To: <199903221635.QAA74484@out5.ibm.net> 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 Mon, 22 Mar 1999, Mark E. wrote: > The March 22nd version of Bash 2.03 is located at: > http://snowball.digitalspace.net/djgpp/ This one has some strange problem(s) which prevent configure scripts from running correctly. The problem manifests itself with error messages from `cat', like this: c:/djgpp/bin/cat.exe: -: Access denied (EACCES) Seems like there's some strange problem with readin stdin (?). I also see some tests done by the script that fail without any visible reason, like some library functions DJGPP has that are declared absent. It's possible that this is another symptom of the same problem. I expect the problem to pop up with any configure script, but the one where I saw this is from the latest pretest of Texinfo. So, if other scripts don't show this behavior, download texinfo-3.12g.tar.gz from ftp://alpha.gnu.org/gnu and try to build it with "djgpp\config.bat".