Date: Tue, 24 Aug 1999 10:36:46 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: =?iso-8859-1?Q?Fran=E7ois?= Jacques cc: djgpp AT delorie DOT com Subject: Re: DJGPP (gcc) and Borland IDE In-Reply-To: <37C047CA.DAE5F79C@bigfoot.com> 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 Sun, 22 Aug 1999, =?iso-8859-1?Q?Fran=E7ois?= Jacques wrote: > 1. I need to configure Borland IDE to use GCC with C/CPP files. That is, > set gcc as my C/CPP translator. Probably no prob there but haven't tried > it yet. If you want to run this on DOS, it might be impossible. Last time I checked, Borland's IDE was a 16-bit DPMI program. DJGPP is a 32-bit DPMI program, and the DPMI spec prohibits mixing them in a single session. In other words, you cannot run GCC under Borland's IDE (if my information about the IDE being a DPMI program is correct). > 3. Have Borland to read debug .o files OR have GCC compile borland debug > .obj OR have the debug .o converted to borland debug .obj I don't think this is possible. The format of the debug info should be clearly documented for the conversion to be possible, and then somebody whould sit down and make the converter.