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.9 required=5.0 tests=BAYES_00 autolearn=ham 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:25:35 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!cyclone.bc.net!sjcppf01.usenetserver.com!usenetserver.com!newsfeeder.randori.com!newshub2.rdc1.sfba.home.com!news.home.com!news1.rdc1.nj.home.com.POSTED!not-for-mail From: "John Foley" Newsgroups: comp.lang.ada References: Subject: Re: AdaGide on Windows X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Message-ID: Date: Sun, 30 Sep 2001 03:25:35 GMT NNTP-Posting-Host: 24.10.112.87 X-Complaints-To: abuse@home.net X-Trace: news1.rdc1.nj.home.com 1001820335 24.10.112.87 (Sat, 29 Sep 2001 20:25:35 PDT) NNTP-Posting-Date: Sat, 29 Sep 2001 20:25:35 PDT Organization: Excite@Home - The Leader in Broadband http://home.com/faster Xref: archiver1.google.com comp.lang.ada:13535 Date: 2001-09-30T03:25:35+00:00 List-Id: 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: > >