Date: Tue, 16 May 2000 14:50:09 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Alexey Zakhlestine cc: djgpp AT delorie DOT com Subject: Re: FW: Make problem In-Reply-To: <3920CEEE.83EC8BF0@gs707.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 Tue, 16 May 2000, Alexey Zakhlestine wrote: > You should use BASH instead of command.com I doubt that this is true with Allegro. At least previous versions did not need a Unix shell to build the library. > Make-Scripts are usually SH-compatible, not MS-compatible This is only true if whoever wrote the Makefile used features supported only by a Unix shell. There's nothing in Makefile syntax that requires a Unix shell, and you can certainly write non-trivial Makefile's that will run with stock DOS COMMAND.COM.