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,82019ed25537e72d X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!news.glorb.com!tiscali!newsfeed1.ip.tiscali.net!feed.news.tiscali.de!news.belwue.de!LF.net!news.enyo.de!not-for-mail From: Florian Weimer Newsgroups: comp.lang.ada Subject: Re: static GtkAda Date: Wed, 25 Aug 2004 22:43:36 +0200 Message-ID: <87acwjhrt3.fsf@deneb.enyo.de> References: <87isb7nluv.fsf@insalien.org> <87zn4jhsxh.fsf@deneb.enyo.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: codeneb.enyo.de 1093467021 12194 212.9.189.171 (25 Aug 2004 20:50:21 GMT) X-Complaints-To: Cancel-Lock: sha1:pUvX7Mcnej2IV0V0+fWnSfpDJ9A= Xref: g2news1.google.com comp.lang.ada:3000 Date: 2004-08-25T22:43:36+02:00 List-Id: * Adrian Knoth: > Florian Weimer wrote: > >> You should really use libtool's machinery, it deals with all those >> corner cases. > > Is libtool usable for Ada? I don't think it's usable out of the box, but libtool manages dependency information that is helpful for static (and dynamic) linking. It's simply a good starting point if you want to address those linking issues.