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-24 15:52:04 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!kibo.news.demon.net!news.demon.co.uk!demon!pogner.demon.co.uk!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Runtime evironment from gnat3.12p to gnat3.14 (Linux) Date: 24 Jul 2002 23:35:13 +0100 Organization: Pushface Sender: simon@smaug Message-ID: References: <71f65370.0207220650.6d684287@posting.google.com> NNTP-Posting-Host: pogner.demon.co.uk X-NNTP-Posting-Host: pogner.demon.co.uk:62.49.19.209 X-Trace: news.demon.co.uk 1027551066 nnrp-10:18293 NO-IDENT pogner.demon.co.uk:62.49.19.209 X-Complaints-To: abuse@demon.net User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Xref: archiver1.google.com comp.lang.ada:27370 Date: 2002-07-24T23:35:13+01:00 List-Id: mpatel@aegistg.com (Mahesh Patel) writes: > My question after researching it on the Web - are the following > files the only shared objects (/usr/lib) required to execute an > Ada executable built with gnat3.14: > > libflorist-3.13p.so.1.7 > libgnarl-3.14.so > libgnat-3.14.so Use $ ldd your-program to see what shared libraries your-program needs.