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.4 required=5.0 tests=BAYES_00,FORGED_MUA_MOZILLA autolearn=no 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.135.231 with SMTP id pv7mr1388380pbb.8.1331558504977; Mon, 12 Mar 2012 06:21:44 -0700 (PDT) Path: h9ni17632pbe.0!nntp.google.com!news2.google.com!goblin1!goblin3!goblin.stu.neva.ru!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!usenet-fr.net!feeder1-2.proxad.net!proxad.net!feeder2-2.proxad.net!newsfeed.arcor.de!newsspool4.arcor-online.net!news.arcor.de.POSTED!not-for-mail Date: Mon, 12 Mar 2012 14:20:55 +0100 From: Georg Bauhaus User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2 MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Ncurses and Ada References: <87wr6tu07k.fsf@ludovic-brenta.org> <6328649.647.1331540330318.JavaMail.geo-discussion-forums@vbbfy7> <8472247.615.1331547623187.JavaMail.geo-discussion-forums@vblb5> In-Reply-To: <8472247.615.1331547623187.JavaMail.geo-discussion-forums@vblb5> Message-ID: <4f5df837$0$7613$9b4e6d93@newsspool1.arcor-online.net> Organization: Arcor NNTP-Posting-Date: 12 Mar 2012 14:20:55 CET NNTP-Posting-Host: d2c34ff9.newsspool1.arcor-online.net X-Trace: DXC=E;i=[QH]09m_0Po7BmQ3]lic==]BZ:afn4Fo<]lROoRa<`=YMgDjhgbVlijeZK>]Hanc\616M64>jLh>_cHTX3jmU;Wi[2jl1Gb X-Complaints-To: usenet-abuse@arcor.de Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Date: 2012-03-12T14:20:55+01:00 List-Id: On 12.03.12 11:20, Ludovic Brenta wrote: > Simon Wright wrote on comp.lang.ada: >> 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) > > Correct. I didn't invent this path myself though; Florian Weimer did, > when he made the very first proposal for a standard ("GNU Ada > Environment Specification") back in 2001 or so. According to $(man hier), an Ada compiler's spec files would not normally be counted among UNIX System Resources, specifically not in /usr/include, and since /usr/share seems to be the place for architecture independent files, the current paths seem o.K. to me.