From: Daniel Marques Newsgroups: comp.os.msdos.djgpp Subject: integrating GNAT with DJGPP Date: Wed, 25 Nov 1998 14:42:05 -0500 Organization: New York University Lines: 12 Message-ID: <365C5D8C.22BE@cs.nyu.edu> NNTP-Posting-Host: sparky.cs.nyu.edu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news.nyu.edu 912022948 1661 (None) 128.122.20.15 X-Complaints-To: usenet AT news DOT nyu DOT edu X-Mailer: Mozilla 3.01 (X11; I; SunOS 5.6 sun4u) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi (I'm a neophite) I've been using DJGPP to compiler C++ assignments (I'm a student). For another class, I installed GNAT (the ADA95 front end for GCC). 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). How can I either get GNAT's CPP to find the cpp compiler components or integrate the ADA componets into the DJGPP. Thanks Dan