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,b6a73acdaa835ee5 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Received: by 10.68.125.233 with SMTP id mt9mr15561pbb.5.1333026123743; Thu, 29 Mar 2012 06:02:03 -0700 (PDT) Path: z9ni15015pbe.0!nntp.google.com!news2.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: =?ISO-8859-1?Q?J=E9r=F4me_Haguet?= Newsgroups: comp.lang.ada Subject: Re: Building DLL with GNAT to be used with non-Ada application on Windows : some doubts Date: Thu, 29 Mar 2012 06:00:34 -0700 (PDT) Organization: http://groups.google.com Message-ID: <31003991.593.1333026034332.JavaMail.geo-discussion-forums@vbgx21> References: <6181087.58.1332939930643.JavaMail.geo-discussion-forums@vbla14> <2f3ff712-f095-4b05-b35c-704f4ac36cae@i2g2000vbv.googlegroups.com> NNTP-Posting-Host: 84.96.81.228 Mime-Version: 1.0 X-Trace: posting.google.com 1333026123 21074 127.0.0.1 (29 Mar 2012 13:02:03 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 29 Mar 2012 13:02:03 +0000 (UTC) In-Reply-To: <2f3ff712-f095-4b05-b35c-704f4ac36cae@i2g2000vbv.googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=84.96.81.228; posting-account=d5j2DQoAAABeZhUIl30hw1xF6LEcGIMa User-Agent: G2/1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2012-03-29T06:00:34-07:00 List-Id: I got it ... Solution was in chapter "1.5.3 Stand-alone Library Projects" of GPRbuild us= er's guide :=20 I just add :=20 for Library_Interface use ("my_ada_lib"); and everything is working fine ... Le jeudi 29 mars 2012 10:00:09 UTC+2, David Sauvage a =E9crit=A0: >=20 > Would they be my_ada_libinit & my_ada_libfinal in your case ? >=20 > Cheers >=20 > $ nm libmy_ada_lib.so | grep init