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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail From: "G.B." Newsgroups: comp.lang.ada Subject: Re: Standalone (.exe) Ada Programs can run in isolation of any ada compiler - True or False ? Date: Fri, 06 Feb 2015 18:56:33 +0100 Organization: A noiseless patient Spider Message-ID: References: <0f33e6b4-d423-4539-ae62-680f3b72afc0@googlegroups.com> <85siejkmr7.fsf@stephe-leake.org> Reply-To: nonlegitur@futureapps.de Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Fri, 6 Feb 2015 17:55:58 +0000 (UTC) Injection-Info: mx02.eternal-september.org; posting-host="b96887e80893c84a90c3007226ca0d1c"; logging-data="9585"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+ZnarVKxJmEUdUl6+wvjWfousOKsveJ2k=" User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 In-Reply-To: <85siejkmr7.fsf@stephe-leake.org> Cancel-Lock: sha1:DYgDjC47u/4bAva6KpOfcYNWwuQ= Xref: news.eternal-september.org comp.lang.ada:24913 Date: 2015-02-06T18:56:33+01:00 List-Id: On 06.02.15 17:50, Stephen Leake wrote: > Simon Wright writes: >> The simple way round this is to supply the .exe and the (Ada) .dlls it >> needs in one directory. > > Or link statically; that seems to be a skill that has been lost? There are/used to be a few glitches linking glibc statically on GNU/Linux due to some networking routines that are not/were not included in it (gethost* etc IIRC). I do not know whether or not this applies to static linking in a GNAT-on-Windows environment.