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,80eb73f0b0257a79 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!proxad.net!newsfeed.stueberl.de!blackbush.cw.net!cw.net!feed.news.schlund.de!schlund.de!news.online.de!not-for-mail From: Frank Piron Newsgroups: comp.lang.ada Subject: Re: Recompiling? Date: Tue, 30 Aug 2005 08:12:17 +0200 Organization: 1&1 Internet AG Message-ID: References: <1125324015.247179.276030@g43g2000cwa.googlegroups.com> NNTP-Posting-Host: p549f3020.dip0.t-ipconnect.de Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=iso-8859-15 Content-Transfer-Encoding: 8bit X-Trace: online.de 1125382250 8838 84.159.48.32 (30 Aug 2005 06:10:50 GMT) X-Complaints-To: abuse@einsundeins.com NNTP-Posting-Date: Tue, 30 Aug 2005 06:10:50 +0000 (UTC) User-Agent: Opera7.23/Win32 M2 build 3227 Xref: g2news1.google.com comp.lang.ada:4320 Date: 2005-08-30T08:12:17+02:00 List-Id: Hi, Am 29 Aug 2005 07:00:15 -0700 schrieb Harald Korneliussen : > I have played around with Ada for some time on Linux, but it seems > every time I upgrade the compiler I have to recompile (or possibly > re-link?) my programs. > It's a bit worrying that all my binaries stop working every time. > Anyone know why this happens, and if anything can be done about it? > To get rid of the dependencies on libgnat you can build a static version libgnat.a and then link your program statically. I did so on Solaris 2.8. -- I'm not a signature. Just cleaning up here.