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.1 required=5.0 tests=BAYES_00,FREEMAIL_FROM, FREEMAIL_REPLYTO_END_DIGIT,REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,f584584414f854c6 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-09-29 20:35:26 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.tele.dk!small.news.tele.dk!195.54.122.107!newsfeed1.bredband.com!bredband!newsfeed.sovam.com!nf1.bellglobal.com!nf2.bellglobal.com!news20.bellglobal.com.POSTED!not-for-mail From: Pi Subject: Re: AdaGide on Windows Newsgroups: comp.lang.ada Reply-To: pi3_1415926536@yahoo.ca References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8Bit User-Agent: KNode/0.3.2 Message-ID: Date: Sat, 29 Sep 2001 23:54:15 -0400 NNTP-Posting-Host: 65.92.161.237 X-Complaints-To: abuse@sympatico.ca X-Trace: news20.bellglobal.com 1001820644 65.92.161.237 (Sat, 29 Sep 2001 23:30:44 EDT) NNTP-Posting-Date: Sat, 29 Sep 2001 23:30:44 EDT Organization: Bell Sympatico Xref: archiver1.google.com comp.lang.ada:13536 Date: 2001-09-29T23:54:15-04:00 List-Id: I had the same error at university. The techs somehow fixed it. I think they first only copied gnat and it didn't work. I suppose they have installed it now and it works. If nobody answeres this til monday, I'm going to ask them what they did. Make sure you have gnat *installed* and not only untared. -- 3,14159265359 John Foley wrote : > D:\Documents and Settings\user1\My Documents>gnatmake hello.adb > gcc -c hello.adb > gnatbind -x hello.ali > program: Cannot find: gnatbind.exe.ali > gnatmake: *** bind failed. > > > "David Botton" wrote in message > news:mailman.1001816306.5141.comp.lang.ada@ada.eu.org... > > Why you run: > > > > gnatmake hello.adb > > > > you see different results? > > > > Make sure gnat\bin is on your path. > > > > David Botton > > > > ----- Original Message ----- > > From: "John Foley" > > > > > I try to "build" a very simple program from AdaGide. > > > > > This program will compile fine, but > > > when I attempt to build it via AdaGide, I get > > > this output in the debug window: > > > > > >