Date: Tue, 23 Sep 1997 12:58:52 +0300 (IDT) From: Eli Zaretskii To: =?iso-8859-1?Q?Karl_P=E1lsson?= cc: "'djgpp AT delorie DOT com'" Subject: Re: Borland C++ and djgpp In-Reply-To: <819E3E914E0AD11194DE00805F0D100B095750@EXCHSDBG> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Mon, 22 Sep 1997, =?iso-8859-1?Q?Karl_P=E1lsson?= wrote: > I really need to write an application in protected mode with Borland C++ > and wonder if djgpp can help me do so. Can I substitute the gcc compiler > with Borland C++ ver. 5? In general, what can I do about it? Nothing, sorry. You will have to decide whether you want to use DJGPP or Borland C. You cannot mix them. They are incompatible, both with respect to the object file formats and the runtime environment. In fact, BC won't even run when spawned by gcc comilation driver.