Date: Mon, 29 May 2000 18:11:46 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Joseph Morris cc: djgpp AT delorie DOT com Subject: Re: win2k In-Reply-To: <3932629A.A83F3A80@it-he.org> 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, 29 May 2000, Joseph Morris wrote: > It won't help with RHIDE, but could GNU make conceivably be ported to 16-bit > code as a hack? GNU Make *is* ported to 16-bit code, see the gnuish directory on SimTel. However, I'm not sure this is a useful approach: the gnuish port doesn't support all the features that you get for free in the DJGPP version, due to library features, like long command lines. So some (many?) Makefiles might not work. More importantly, it is not clear to me that this is a DJGPP-only problem: it might well be that running DJGPP programs, nested or not nested, from a 16-bit Make will cause crashes as well. Somebody(tm) has to test that.