From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,FREEMAIL_FROM, INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,88623b17194e6335 X-Google-Attributes: gid103376,public From: DPH Subject: Re: "Ada 95 compiler NOT installed... Date: 1999/08/14 Message-ID: <37B542D1.262403AE@compuserve.com>#1/1 X-Deja-AN: 512612442 Content-Transfer-Encoding: 8bit References: <37B4F026.9DA54A55@compuserve.com> <01bee635$3634d5c0$022a6282@dieppe> X-Accept-Language: en Content-Type: text/plain; charset=iso-8859-1 X-Complaints-To: newsabuse@supernews.com Organization: Posted via Supernews, http://www.supernews.com MIME-Version: 1.0 Newsgroups: comp.lang.ada Date: 1999-08-14T00:00:00+00:00 List-Id: Thanks, Pascal. I knew it would be something wierd - that's why I said, "Simple stupid question." That's a truly unhelpful error message... hope they're not all like that! DPH Pascal Obry wrote: > DPH a �crit dans l'article > <37B4F026.9DA54A55@compuserve.com>... > > Simple stupid question: > > > > I installed (I thought) the GNAT Ada 95 compiler on my Win 98 OS PC. > > Any attempt to compile a program with a .ada extension results in an > > error message, "Ada 95 compiler NOT installed on this system". This is > > using the Ada GUI IDE. Well, I thought I installed it when I expanded > > the 17 megabyte file I downloaded called gnat-3_11p-nt.exe. Did I > > expand the wrong file or what? TIA for any insight. > > > > DPH > > > > By default you must use .ads extension for spec and .adb for bodies. Do not > use .ada or you'll need to use some specials pragma to tell GNAT that this > is > an Ada program. > > Pascal.