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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a430b2e5c75f8ef5 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-07-22 08:01:16 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!canoe.uoregon.edu!logbridge.uoregon.edu!news.net.uni-c.dk!not-for-mail From: Jacob Sparre Andersen Newsgroups: comp.lang.ada Subject: Re: Runtime evironment from gnat3.12p to gnat3.14 (Linux) Date: Mon, 22 Jul 2002 17:00:50 +0200 Organization: UNI-C Message-ID: <3D3C1E22.9070102@nbi.dk> References: <71f65370.0207220650.6d684287@posting.google.com> NNTP-Posting-Host: kaoslx07.nbi.dk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.net.uni-c.dk 1027350053 23836 130.225.212.98 (22 Jul 2002 15:00:53 GMT) X-Complaints-To: usenet@news.net.uni-c.dk NNTP-Posting-Date: Mon, 22 Jul 2002 15:00:53 +0000 (UTC) User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9) Gecko/20020513 X-Accept-Language: Faeroese [fo],Danish [da],Norweg� Xref: archiver1.google.com comp.lang.ada:27299 Date: 2002-07-22T17:00:50+02:00 List-Id: Mahesh Patel wrote: > I found out that they > had the shared objects from gnat3.12p and the Ada application built > with gnat3.14 will not execute. No. I am almost certain that you have to have the same version of the runtime libraries as of the compiler itself, to make a program run. If your users are too lazy to install the apropriate runtime libraries, you can solve the problem by linking them statically to your program (have a look at what the arguments "-bargs -static" do to `gnatmake`). Jacob -- "Only Hogwarts students really need spellcheckers" -- An anonymous RISKS reader