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=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.36.185.21 with SMTP id w21mr4657543ite.14.1519307833000; Thu, 22 Feb 2018 05:57:13 -0800 (PST) X-Received: by 10.157.46.5 with SMTP id q5mr328416otb.10.1519307832863; Thu, 22 Feb 2018 05:57:12 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!border1.nntp.ams1.giganews.com!nntp.giganews.com!peer01.ams1!peer.ams1.xlned.com!news.xlned.com!peer03.am4!peer.am4.highwinds-media.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!w142no238711ita.0!news-out.google.com!s63ni845itb.0!nntp.google.com!w142no238708ita.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 22 Feb 2018 05:57:12 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=109.170.137.10; posting-account=BdhepwoAAAD2gYa9OWHpN5JW78SH4mVo NNTP-Posting-Host: 109.170.137.10 References: <334c03aa-6f7d-4c8a-accc-ba103e084309@googlegroups.com> <41e9b350-d78f-4837-b22a-2247d00be63a@googlegroups.com> <29ef79b2-79ce-4f57-9d60-a76b763c39dd@googlegroups.com> <88d88b28-ff81-480d-b28b-2fbc9d6d8b17@googlegroups.com> <40a397f6-ca2e-4c33-adff-cea81951cb4e@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <19a4ff53-bb65-49a5-a03b-cab9b7e032e9@googlegroups.com> Subject: Re: gnattest: aunit not installed From: robinmoss@e2eservices.co.uk Injection-Date: Thu, 22 Feb 2018 13:57:12 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Received-Bytes: 2076 X-Received-Body-CRC: 193963979 Xref: reader02.eternal-september.org comp.lang.ada:50554 Date: 2018-02-22T05:57:12-08:00 List-Id: On Thursday, February 22, 2018 at 1:52:45 PM UTC, Bojan Bozovic wrote: > As far as I know FSF GNAT uses its own version of AUnit, different than A= daCore one, but I might be wrong. Check to see are you compiling with FSF o= r AdaCore compiler, which comes first in the PATH is used. Or just use gcc = --version to see which one is used. Ok, looks like i just need to have the Ada bin (/usr/gnat/bin) at the front= of the path to get this working. It does contain it's own GCC, which when using it doesn't seem to depend on= libaunit-dev as installed via apt-get. Thanks