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=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.31.238.196 with SMTP id m187mr2944296vkh.7.1470839016949; Wed, 10 Aug 2016 07:23:36 -0700 (PDT) X-Received: by 10.157.48.52 with SMTP id d49mr379738otc.17.1470839016907; Wed, 10 Aug 2016 07:23:36 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!peer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!c52no8016758qte.1!news-out.google.com!d68ni23000ith.0!nntp.google.com!f6no8841761ith.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 10 Aug 2016 07:23:36 -0700 (PDT) In-Reply-To: <90233803-e8cb-4461-a093-f705409dc83f@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=95.173.128.204; posting-account=YB4WOgoAAABLG9D7qoJiPBc6EJSzsPDF NNTP-Posting-Host: 95.173.128.204 References: <90233803-e8cb-4461-a093-f705409dc83f@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <4a120006-75f9-4832-8d1e-af15a2bf687a@googlegroups.com> Subject: Re: GNAT, portability between computers (win32) From: George J Injection-Date: Wed, 10 Aug 2016 14:23:36 +0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Received-Bytes: 2027 X-Received-Body-CRC: 901582823 Xref: news.eternal-september.org comp.lang.ada:31354 Date: 2016-08-10T07:23:36-07:00 List-Id: =D1=81=D1=80=D0=B5=D0=B4=D0=B0, 10 =D0=B0=D0=B2=D0=B3=D1=83=D1=81=D1=82=D0= =B0 2016 =D0=B3., 17:17:10 UTC+3 =D0=BF=D0=BE=D0=BB=D1=8C=D0=B7=D0=BE=D0=B2= =D0=B0=D1=82=D0=B5=D0=BB=D1=8C George J =D0=BD=D0=B0=D0=BF=D0=B8=D1=81=D0= =B0=D0=BB: > Hi all!Today i've finished beta version of my project. And it was found o= ut that i have to put much .dll files from "GNAT20XX\bin" with my project. = And it is inexpedient.How may I link all necessary libraries (statically ma= ybe) to use my exe independently on different computers with win32? Thanks! Oh,i see it's not clear explanation.. When i told "much .dll files from "GN= AT20XX\bin" with my project" i meant with my Project.exe (libcairo-2.dll, l= ibpng-3.dll and many others). Is there another way to make only one "exe"? = with statically liked those libraries? Sorry, my english is very bad.