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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,124f89c41e690cd3 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!news1.google.com!postnews.google.com!m73g2000cwd.googlegroups.com!not-for-mail From: "AskeyAJ@gmail.com" Newsgroups: comp.lang.ada Subject: Re: Ada to Ada Pragma Export/Import Date: 11 Aug 2006 09:55:53 -0700 Organization: http://groups.google.com Message-ID: <1155315353.743103.261410@m73g2000cwd.googlegroups.com> References: <1155161131.024343.273760@b28g2000cwb.googlegroups.com> <1155304977.485236.259010@m79g2000cwm.googlegroups.com> <1155306127.761976.323000@i3g2000cwc.googlegroups.com> NNTP-Posting-Host: 199.46.199.233 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1155315359 16492 127.0.0.1 (11 Aug 2006 16:55:59 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 11 Aug 2006 16:55:59 +0000 (UTC) In-Reply-To: <1155306127.761976.323000@i3g2000cwc.googlegroups.com> User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.6) Gecko/20060728 Firefox/1.5.0.6,gzip(gfe),gzip(gfe) X-HTTP-Via: 1.1 dfw-gate4.raytheon.com:8080 (Squid/2.4.STABLE7) Complaints-To: groups-abuse@google.com Injection-Info: m73g2000cwd.googlegroups.com; posting-host=199.46.199.233; posting-account=CYqfnw0AAAAF1B0yTvpOrbsgro2pqp2d Xref: g2news2.google.com comp.lang.ada:6179 Date: 2006-08-11T09:55:53-07:00 List-Id: I thought I did, but I guess I didn't do it right. I tried it again this morning with read only ALI files and it didn't complain about the missing body. Thank much. Andy Ludovic Brenta wrote: > AskeyAJ@gmail.com a =E9crit : > > Thanx to all who responded. I got it working without the pragma, but I > > get a warning during the compile that the body does not exist. (I > > thought this was a problem but I now see it is not.) This doesn't > > matter as gnatbind and gnatlink work when I point to the .o and .ali > > where the body was compiled. I suppose I could find a way to turn off > > this warning during gnatmake if the other team complains. >=20 > Did you make the .ali files read-only? >=20 > --=20 > Ludovic Brenta.