Date: Thu, 25 Nov 1999 10:05:49 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Stephen Roderick cc: djgpp AT delorie DOT com Subject: Re: Running Borland compiler from GNU Make In-Reply-To: <383C2C21.4586642A@ssl.umd.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 24 Nov 1999, Stephen Roderick wrote: > Using gnu make to run bcc.exe (Borland's 16-bit compiler) under > DOS (Winddoze 95 DOS) provides a nice descriptive error of > > "Loader error (0025): cannot initialize" This is expected: the DPMI spec explicitly forbids running a 16-bit and a 32-bit DPMI clients in the same virtual machine. So this won't work.