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 Received: by 10.204.141.4 with SMTP id k4mr862471bku.6.1336698534044; Thu, 10 May 2012 18:08:54 -0700 (PDT) Path: h15ni3429bkw.0!nntp.google.com!news1.google.com!postnews.google.com!s9g2000vbg.googlegroups.com!not-for-mail From: Jerry Newsgroups: comp.lang.ada Subject: Re: gprbuild worked for GNAT GPL 2010, fails for 2011 edition Date: Thu, 10 May 2012 18:01:30 -0700 (PDT) Organization: http://groups.google.com Message-ID: <2527be23-5dd1-4c26-a4de-d80e4182a823@s9g2000vbg.googlegroups.com> References: <16383976.2904.1336634819469.JavaMail.geo-discussion-forums@ynjj16> NNTP-Posting-Host: 97.117.199.83 Mime-Version: 1.0 X-Trace: posting.google.com 1336698533 9991 127.0.0.1 (11 May 2012 01:08:53 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 11 May 2012 01:08:53 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: s9g2000vbg.googlegroups.com; posting-host=97.117.199.83; posting-account=x5rpZwoAAABMN2XPwcebPWPkebpwQNJG User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_7_3; en-us) AppleWebKit/533.19.4 (KHTML, like Gecko) Version/5.0.3 Safari/533.19.4,gzip(gfe) Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2012-05-10T18:01:30-07:00 List-Id: On May 10, 12:26=A0am, Ludovic Brenta wrote: > 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. =A0The .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. Great! This is what I needed. Many thanks. My problem seems to be solved. I don't know why the 2010 GPL worked with my (then) defective .gpr file. The only thing that I can figure out is that the .ali(s) was (were) referencing the .dylib because I certainly wasn't doing so in my .gpr. I did get an indication that the file format for .ali's had changed, so maybe that was it. > 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. That's a good reference--very informative. Jerry > > -- > Ludovic Brenta. > A pre-plan proactively generates a guideline.