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-Thread: 103376,b7d0df4caba54f2 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.129.169 with SMTP id nx9mr346528pbb.2.1331541739980; Mon, 12 Mar 2012 01:42:19 -0700 (PDT) Path: h9ni16891pbe.0!nntp.google.com!news2.google.com!goblin1!goblin2!goblin.stu.neva.ru!newsfeed1.swip.net!85.214.198.2.MISMATCH!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Ncurses and Ada Date: Mon, 12 Mar 2012 08:42:19 +0000 Organization: A noiseless patient Spider Message-ID: References: <87wr6tu07k.fsf@ludovic-brenta.org> <6328649.647.1331540330318.JavaMail.geo-discussion-forums@vbbfy7> Mime-Version: 1.0 Injection-Info: mx04.eternal-september.org; posting-host="dFCm8HWntFqmDIilBLqEJQ"; logging-data="6818"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/4roCq3+hKR0QmlyKhBILUqUYJPOMjerc=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (darwin) Cancel-Lock: sha1:wwX+X448PwdA6EvAqxrz2daZ0m0= sha1:4VzV834Lk6fpoMFvDtaXDLHtDc4= Content-Type: text/plain; charset=us-ascii Date: 2012-03-12T08:42:19+00:00 List-Id: Julian Leyh writes: > BTW, where did you get /usr/share/ada/adainclude from? Normally, the > Ada library packages should install to /usr/include/ and > /usr/lib/ and their project files to /usr/lib/gnat. FSF GCC and GNAT GPL both use $prefix/lib/gnat to find GPR files, with the rest of the layout as you say. The /usr/share/ada/adainclude is Debian's layout. I don't know why it's different (probably Ludovic needed a scheme before AdaCore had settled on theirs) and I haven't so far worked out install scripts that will work in either situation.