Date: Mon, 17 Jul 2000 15:49:34 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Laszlo Molnar cc: djgpp-workers AT delorie DOT com Subject: Re: DJGPP problem executing a script In-Reply-To: <20000717140529.R772@libra.eth.ericsson.se> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 Mon, 17 Jul 2000, Laszlo Molnar wrote: > Ok, perl 5.6 builds nicely using djdev203 and gcc2952. Great! Did you also fix the problem with exit status of subordinate programs which wasn't shifted 8 bits to the left? (This causes one of the tests from the GNU Make test suite to fail, unless the test script is tweaked.) > However I had a > problem with bash 2.03: when I run the test suite it just stopped on a > file - the first 7 subtests of 25 was OK, then execution is stuck in > the 8th test until I pressed Ctrl-C. Does this always happen with the 8th script, or only with the particular script which happens to be the 8th in the original order? In other words, what happens if you remove the first test? Also, does that happen on DOS or Windows (if the latter, it might be a problem with resource leaks). > Bash 1.14.7.2 worked fine. Maybe I > should wait for bash 2.04... There's a beta available that you should be able to try. Mark announced it here in the past.