Date: Mon, 1 Jul 2002 13:58:54 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: djgpp AT delorie DOT com Subject: Re: ANNOUCE: thinlib directmedia library for djgpp 0.1.0 In-Reply-To: <3D2029C2.E310E36B@yahoo.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 1 Jul 2002, CBFalconer wrote: > Eli Zaretskii wrote: > > > > On Sun, 30 Jun 2002, CBFalconer wrote: > > > > > The command processor is 4dos BTW. > > > > Not a good idea at all, IMHO. > > Now why should you say that? Are you recommending COMMAND.COM? I > use many 4dos facilities that are not in bash (or are different), > and the world is not limited to DJGPP. I meant that it's not a good idea to use 4dos as the shell inside a Makefile. The incompatibilities are subtle but significant, and can easily break a Makefile. I have no problems with 4dos as an interactive shell.