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,72973cb941b9d7ea X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.230.98 with SMTP id sx2mr5745028pbc.1.1336634819902; Thu, 10 May 2012 00:26:59 -0700 (PDT) Path: pr3ni9101pbb.0!nntp.google.com!news1.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: Ludovic Brenta Newsgroups: comp.lang.ada Subject: Re: gprbuild worked for GNAT GPL 2010, fails for 2011 edition Date: Thu, 10 May 2012 00:26:59 -0700 (PDT) Organization: http://groups.google.com Message-ID: <16383976.2904.1336634819469.JavaMail.geo-discussion-forums@ynjj16> References: NNTP-Posting-Host: 153.98.68.197 Mime-Version: 1.0 X-Trace: posting.google.com 1336634819 24731 127.0.0.1 (10 May 2012 07:26:59 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 10 May 2012 07:26:59 +0000 (UTC) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=153.98.68.197; posting-account=pcLQNgkAAAD9TrXkhkIgiY6-MDtJjIlC User-Agent: G2/1.0 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-05-10T00:26:59-07:00 List-Id: Jerry wrote on comp.lang.ada: > You clued me in that the .ali's and .dylib need to be in the same > library. They don't have to. The .dylib must be in the Library_Dir, the .ali files must be in the Library_ALI_Dir. By default these two directories are the same but you can choose to make them different. See the Debian Policy for Ada for an example; the .ali files are, per policy section 5.3.6, in /usr/lib/ada/adalib/$LIBRARY and the shared libraries are in /usr/lib. http://people.debian.org/~lbrenta/debian-ada-policy.html This document is likely to answer all your other questions, too. -- Ludovic Brenta. A pre-plan proactively generates a guideline.