Date: Thu, 26 Nov 1998 09:47:22 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Daniel Marques cc: djgpp AT delorie DOT com Subject: Re: integrating GNAT with DJGPP In-Reply-To: <365C5D8C.22BE@cs.nyu.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Wed, 25 Nov 1998, Daniel Marques wrote: > The DJGPP I have does not have the GCC components which support ADA and > GNAT's GCC does not support C++. This is problematic because if GNAT > comes before DJGPP in the path, when I compile a cpp file, GNAT's GCC is > called and does not know what to do with the cpp stuff (and vice-versa). One way to solve this is to rename GNAT's gcc.exe into something else, e.g. gcc-gnat.exe or gnat.exe, and create a separate section for it in DJGPP.ENV, where COMPILER_PATH is changed to point to directory with the GNAT-specific cpp.exe.