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=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=3.4.4 X-Google-Thread: 103376,68f87cd0ecb20054 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Return-Path: X-Virus-Scanned: amavisd-new at drc.ion.ucl.ac.uk From: Ali Bendriss To: comp.lang.ada@ada-france.org Subject: Re: gnat 2006 and windows vista Date: Fri, 23 Mar 2007 21:45:12 +0000 User-Agent: KMail/1.9.4 References: <46043c23$1_5@news.bluewin.ch> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline X-UCL-MailScanner-Information: Please contact the UCL Helpdesk, helpdesk@ucl.ac.uk for more information X-UCL-MailScanner: Found to be clean X-UCL-MailScanner-From: ali.bendriss@drc.ion.ucl.ac.uk X-Virus-Scanned: amavisd-new at ada-france.org X-BeenThere: comp.lang.ada@ada-france.org X-Mailman-Version: 2.1.9rc1 Precedence: list List-Id: "Gateway to the comp.lang.ada Usenet newsgroup" List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.ada Message-ID: X-Leafnode-NNTP-Posting-Host: 88.191.17.134 Organization: Guest of ProXad - France NNTP-Posting-Date: 23 Mar 2007 23:20:07 MET NNTP-Posting-Host: 88.191.14.223 X-Trace: 1174688407 news-3.free.fr 29768 88.191.14.223:41955 X-Complaints-To: abuse@proxad.net Path: g2news1.google.com!news3.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newsfeed00.sul.t-online.de!t-online.de!news.karotte.org!news2.arglkargh.de!news.ecp.fr!feed.ac-versailles.fr!exabot.com!freenix!proxad.net!cleanfeed1-b.proxad.net!nnrp9-1.free.fr!not-for-mail Xref: g2news1.google.com comp.lang.ada:14623 Date: 2007-03-23T23:20:07+01:00 On Friday 23 March 2007 21:18, Randy wrote: > > For checking it, you just type "path" in the command line interpreter > > (cmd). > > For changing it, I give you the "XP way" - hopefully it is +/- the same > > with Vista -: Icon My computer, right-click, Properties, tab: Advanced, > > Button Environment Variables; there you have the PATH. > > But are you sure you didn't install a tool which is using another > > packaging of GCC without Ada ? You can check it with the PATH anyway... > > Good luck! > > I am getting closer. It did install some paths just not the one with > gnat1. I added that path and now my shell see's it. GPL still locks up > anytime I try disk (open hi will lock up) adagide now can find gnat1 ... > but it doesnt' know where the include files are. does it only use the path > or is there a way to tell adagide where to look? > thanks > Randy > You may have a look at GCC_EXEC_PREFIX : http://gcc.gnu.org/onlinedocs/gcc/Environment-Variables.html Ali