From: Stephen Roderick Newsgroups: comp.os.msdos.djgpp Subject: Running Borland compiler from GNU Make Date: Wed, 24 Nov 1999 13:19:13 -0500 Organization: Space Systems Lab Lines: 20 Message-ID: <383C2C21.4586642A@ssl.umd.edu> NNTP-Posting-Host: exeter.umd.edu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.05C-SGI [en] (X11; I; IRIX 6.2 IP22) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com 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" which I presume is the Borland and GNU tools differing in access to protected mode. Has anyone got this to work? Is there some workaround withint gmake to allow it to call protected mode applications? And before you ask, yes I'd love to use GCC but that just isn't an acceptable option here. Sigh ... TIA Stephen