Date: Sun, 22 Sep 1996 09:16:23 +0200 (IST) From: Eli Zaretskii To: "John M. Aldrich" Cc: Frank Frederiksen , djgpp AT delorie DOT com Subject: Re: Make and 16 bit apps (and Emacs) In-Reply-To: <3242B382.4B55@cs.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Fri, 20 Sep 1996, John M. Aldrich wrote: > Your problem is simply a basic incompatibility in the DPMI spec. You > cannot mix 16- and 32-bit DPMI applications under the same host, period. > It's just not possible. The only solution to your problem that I can > think of is to find a real-mode DOS port of make (like Borland Make) > and use it for your compilation instead. Note that the usual Borland Make is a 16-bit DPMI program. You need a version called `maker.exe' (which is a real-mode program) for this to work. And as I explained in my other message, from within Emacs even that won't help, since Emacs is itself a 32-bit DPMI program.