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.6 required=5.0 tests=BAYES_00,DATE_IN_PAST_24_48, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,1bee490c6c78dfa4 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.224.138.146 with SMTP id a18mr1359805qau.6.1343314203850; Thu, 26 Jul 2012 07:50:03 -0700 (PDT) Received: by 10.66.84.41 with SMTP id v9mr1693287pay.43.1343314203769; Thu, 26 Jul 2012 07:50:03 -0700 (PDT) Path: a15ni113198934qag.0!nntp.google.com!q21no2038836qas.0!news-out.google.com!b9ni64902007pbl.0!nntp.google.com!border1.nntp.dca.giganews.com!border4.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!border2.nntp.ams.giganews.com!border3.nntp.ams.giganews.com!border1.nntp.ams.giganews.com!nntp.giganews.com!newsfeed.straub-nv.de!news.swapon.de!news.glorb.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: Ada novice Newsgroups: comp.lang.ada Subject: Re: How to enable Ada with GCC in linux Date: Wed, 25 Jul 2012 04:58:10 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <7d9fc771-b046-4fe2-a2ec-459664b90c8e@googlegroups.com> NNTP-Posting-Host: 193.11.21.204 Mime-Version: 1.0 X-Trace: posting.google.com 1343217490 15922 127.0.0.1 (25 Jul 2012 11:58:10 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 25 Jul 2012 11:58:10 +0000 (UTC) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=193.11.21.204; posting-account=Rr9I-QoAAACS-nOzpA-mGxtAlZ46Nb6I User-Agent: G2/1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2012-07-25T04:58:10-07:00 List-Id: On Wednesday, July 25, 2012 12:32:41 PM UTC+2, Simon Wright wrote: > The symptoms appear to indicate that you have GNAT GPL 2011's bin/ > directory on your PATH *after* /usr/bin and that you don't have Debia= n's > Ada package installed. Things would be more consistent if you had GNAT > GPL 2011's bin/ directory first. Yes this is correct. I have /usr/gnat/bin at the end of the path. You menti= oned that things would be more consistent.... Can you please elaborate on t= his? I had installed the debian stable 4.4 and debian testing 4.6 before. With t= he debian 4.4, the lapack binding was not working as you saw in my other di= scussion. With gnat 4.6, GPS was loading with a small error message in the = "message" window that there is something wrong with the tips menu that pop = up at startup. So I removed debian gnat and went for the GPL version from A= daCore libre instead. YC