From: Hans-Bernhard Broeker Newsgroups: comp.os.msdos.djgpp Subject: Re: make 3.79.1: command line too long Date: 31 Aug 2001 11:08:40 GMT Organization: Aachen University of Technology (RWTH) Lines: 23 Message-ID: <9mnr7o$r9m$1@nets3.rz.RWTH-Aachen.DE> References: <3B8F6C2B DOT E3D84A4B AT sbg DOT ac DOT at> NNTP-Posting-Host: acp3bf.physik.rwth-aachen.de X-Trace: nets3.rz.RWTH-Aachen.DE 999256120 27958 137.226.32.75 (31 Aug 2001 11:08:40 GMT) X-Complaints-To: abuse AT rwth-aachen DOT de NNTP-Posting-Date: 31 Aug 2001 11:08:40 GMT Originator: broeker@ To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Michael Noisternig 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.