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 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: gnattest: aunit not installed Date: Thu, 22 Feb 2018 16:19:53 +0000 Organization: A noiseless patient Spider Message-ID: 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> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: reader02.eternal-september.org; posting-host="af506885e60c3c4c4974e73e8398592e"; logging-data="28859"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19DvbCB/dHBnzi5oAYs+VF1qp3ZLn9hX0k=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (darwin) Cancel-Lock: sha1:nqk5rFnETg7uayovmvU2m1JYZi8= sha1:fUtAHhRmVr+ARtFuEEdzk4SekCk= Xref: reader02.eternal-september.org comp.lang.ada:50559 Date: 2018-02-22T16:19:53+00:00 List-Id: Bojan Bozovic writes: > As far as I know FSF GNAT uses its own version of AUnit, different > than AdaCore one, but I might be wrong. Check to see are you compiling > with FSF or AdaCore compiler, which comes first in the PATH is > used. Or just use gcc --version to see which one is used. Actually it's not FSF GNAT you're talking about, it's Debian (as picked up by Ubuntu), which has its own view on hw things should be packaged. Sounds very much as though you're picking up the host Ada compiler, not the GNAT GPL one you installed. gnatls -v is a good way to see what Ada compiler you're using.