Mail Archives: djgpp/2001/08/31/14:48:20
Thanks for the fast response. Solved my problems...
Michael.
Hans-Bernhard Broeker schrieb:
>
> Michael Noisternig <michael DOT noisternig AT sbg DOT ac DOT at> wrote:
>
> > o Why is there no internal version of mkir?
>
> There's no need. mkdir works fine as an external program.
>
> > mkdir-tool somewhere available?
>
> It's in the GNU file utilities collection. v2gnu/fil40b.zip at your
> favourite DJGPP download site.
>
> > o What is the solution for the "command line too long" problem?
>
> You need a DJGPP-compiled version of a Unix-type shell, and tell
> 'make' to use it. I.e. there should be a line like
>
> SHELL=/bin/sh
>
> in your makefile, and you should have DJGPP's port of GNU Bash,
> v2gnu/bsh204b.zip, installed.
> --
> Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de)
> Even if all the snow were burnt, ashes would remain.
- Raw text -