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,b46d8bea20dff822 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-03-04 07:04:19 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: andreatta@mail.chem.sc.edu (Dan Andreatta) Newsgroups: comp.lang.ada Subject: Re: Adagide install doesn't seem to work? Date: 4 Mar 2002 07:04:19 -0800 Organization: http://groups.google.com/ Message-ID: <338040f8.0203040704.9d1297e@posting.google.com> References: <3c80f8fd$1@news.nucleus.com> NNTP-Posting-Host: 129.252.151.109 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1015254259 8297 127.0.0.1 (4 Mar 2002 15:04:19 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 4 Mar 2002 15:04:19 GMT Xref: archiver1.google.com comp.lang.ada:20768 Date: 2002-03-04T15:04:19+00:00 List-Id: "Ben" wrote in message news:<3c80f8fd$1@news.nucleus.com>... > Hi all. My first post here. > > If there is a more appropriate forum for IDE questions, please let me know. > > I am wondering if anyone has run into this before? When I install gnat, and > then adagide, and I try to build, I get a "program: Cannot find: > gnatbind.exe.ali" message. > > Any ideas? Looks to be looking for the .ali, which doesn't exist on my > system, and I would think is an error, and should really be looking for > "gnatbind.exe", which does exist. > > Not sure, could it have to do with where I installed it? X:\Program > Files\gnat > With WinNT 4 I had the exact same problem. If you run gnat from the command line it is fine, but from AdaGide it dosn't work. I do not know why, however the solution is to move gnat to c:\gnat (or maybe x:\gnat). Dan