Date: Sun, 14 Mar 1999 10:48:48 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Peter Gerwinski cc: Andris Pavenis , djgpp-workers AT delorie DOT com Subject: Re: DJGPP binaries of egcs-1.1.2-pre3 available for testing In-Reply-To: <19990312125112.G298@esmeralda.gerwinski.de> 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 Fri, 12 Mar 1999, Peter Gerwinski wrote: > Sorry - my mistake. :-( It was a trivial problem (a missing > "export SHELL=g:/djgpp/bin/bash.exe"). Where did you need to put this line? In general, shell scripts should work correctly without such a setting, provided that you have sh.exe (a symlink to bash.exe) somewhere on your PATH. > The test is running now > but is somewhat slow (at least a factor of ten slower than under > Linux), probably due to a lot of pipes being involved. Yes, pipes and `command` expansion are much slower in the DJGPP port, because they are emulated with disk files. Having TMPDIR pointed to a large RAM disk helps to some degree.