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,59c3d659a23dadc0,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-03-27 01:00:56 PST Path: archiver1.google.com!news1.google.com!news.glorb.com!npeer.de.kpn-eurorings.net!proxad.net!feeder2-1.proxad.net!news10-e.free.fr!not-for-mail Newsgroups: comp.lang.ada Subject: [newbie] library dependencies From: Zouplaz Message-ID: User-Agent: Xnews/5.04.25 Date: 27 Mar 2004 09:00:56 GMT Organization: Guest of ProXad - France NNTP-Posting-Date: 27 Mar 2004 10:00:56 MET NNTP-Posting-Host: 81.248.145.217 X-Trace: 1080378056 news10-e.free.fr 5598 81.248.145.217:1032 X-Complaints-To: abuse@proxad.net Xref: archiver1.google.com comp.lang.ada:6593 Date: 2004-03-27T10:00:56+01:00 List-Id: Hi here, just another simple question : with gnat under win32 or linux is it possible to compile an application that doesn't rely on any shared libraries ? (statically linked I presume) What I want is an app that could be copied directly from a system (same platform of course) to another.. Thanks