Mail Archives: djgpp-workers/1999/03/14/03:50:32
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.
- Raw text -