Date: Tue, 18 Jul 2000 11:15:37 +0200 From: Laszlo Molnar To: Eli Zaretskii Cc: djgpp-workers AT delorie DOT com Subject: Re: DJGPP problem executing a script Message-ID: <20000718111536.Z772@libra.eth.ericsson.se> References: <20000718102328 DOT U772 AT libra DOT eth DOT ericsson DOT se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from eliz@is.elta.co.il on Tue, Jul 18, 2000 at 11:57:11AM +0300 Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, Jul 18, 2000 at 11:57:11AM +0300, Eli Zaretskii wrote: > The following is an (untested) excerpt from tests/scripts/features/errors > script in GNU Make distribution. If this snippet fails to exhibit the > bug in the previous port of Perl, please try to run the Make test suite. [..] Thanks, I'll try it at home. > > It happens in a particular script. > Perhaps it would be a good idea to post that script. Well, I think it's not that important since 2.04 fixed that problem (the name of the script is "colon.t" in the perl test suite). > > when I start configure.bat I usually use the "-dEs" command line > > switch to make the configure process non-interactive. > I don't think I know what -dEs is, how does it affect the configuration > process, and why do you need to press ENTER if it doesn't work. Could > you please explain? Perl uses another configure system (not autoconf). This system is able to work both in interactive mode (when you can supply answers to the question of Configure by hand - this means usually pressing ENTER - to accept the default). Or it can work in non-interactive mode (like autoconf) - so it's not needed to press ENTER to the questions. One of the flags from "dES" switches the non-interactive mode on, but this does not work with 2.04. > Did -dEs work correctly with Bash v2.03? Yes, it did. Laszlo