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,3e5cb326bf672965 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!m7g2000cwm.googlegroups.com!not-for-mail From: vgodunko@rostel.ru Newsgroups: comp.lang.ada Subject: Re: GNAT, shared libraries, building in different directories...madness! Date: 29 Sep 2006 23:30:09 -0700 Organization: http://groups.google.com Message-ID: <1159597809.006611.218450@m7g2000cwm.googlegroups.com> References: <1159469642.836410.101620@i42g2000cwa.googlegroups.com> NNTP-Posting-Host: 83.221.197.84 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1159597814 21150 127.0.0.1 (30 Sep 2006 06:30:14 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 30 Sep 2006 06:30:14 +0000 (UTC) In-Reply-To: <1159469642.836410.101620@i42g2000cwa.googlegroups.com> User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.11) Gecko/20050905,gzip(gfe),gzip(gfe) X-HTTP-Via: 1.1 pavo.rostov.ts:81 (squid/2.5.STABLE14) Complaints-To: groups-abuse@google.com Injection-Info: m7g2000cwm.googlegroups.com; posting-host=83.221.197.84; posting-account=375N4Q0AAAAzUuvO_GtQ1y4GcAOan41q Xref: g2news2.google.com comp.lang.ada:6808 Date: 2006-09-29T23:30:09-07:00 List-Id: > > Can sombody please post an example makefile that can be used to build a > library and link the source to an example app without recompiling the > library source. I would prefer not to use project files if possible as > they just don't provide enough flexibility. > I have use AutoTools/LibTools for work with dinamic library. I will send an example to you in private mail. If anyone have interest in use Ada with AutoTools framework let me known and I send an example ;)