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=0.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,2b473aa9e10c6be1 X-Google-Attributes: gid103376,public From: Gautier.DeMontmollin@maths.unine.ch (Gautier) Subject: Re: gnat307 instalation problem Date: 1998/02/25 Message-ID: <1998Feb25.104324.6561@news>#1/1 X-Deja-AN: 328465392 References: <34f2c9d3.2168006@diana.ibernet.es> Reply-To: Remove_this.Gautier.deMontmollin@Maths.UniNe.CH Organization: University of Neuchatel, Switzerland Newsgroups: comp.lang.ada Date: 1998-02-25T00:00:00+00:00 List-Id: zoltrux@nettaxi.com (Juan Hernandez) writes: > I am trying to learn ada 95 with the book "Ada 95 Problem Solving and > Program Desing" (Feldman & Koffman ) , I downloaded gnat Ada 95 > compiler and when I try to execute compile, link and run the example > that came with the software I get the next error: > C:\GNAT307\GNAT307S\EXAMPLES>make > gcc -c -O2 hello.adb > gnatbl hello.ali > gcc.exe: installation problem, cannot exec `cpp': No such file or > directory (ENO > ENT) > make.exe: *** [hello] Error 4 It seems that cpp.exe is not in its directory (C:\GNAT307\BIN), i.e. that installation was interrupted... -- Gautier