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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,10706aebb8b707de X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.129.169 with SMTP id nx9mr325761pbb.2.1332247680442; Tue, 20 Mar 2012 05:48:00 -0700 (PDT) Path: kz5ni12240pbc.0!nntp.google.com!news2.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: tonyg Newsgroups: comp.lang.ada Subject: Re: gnat executables Date: Tue, 20 Mar 2012 05:47:59 -0700 (PDT) Organization: http://groups.google.com Message-ID: <5465590.21.1332247680037.JavaMail.geo-discussion-forums@vbla14> References: NNTP-Posting-Host: 195.58.145.51 Mime-Version: 1.0 X-Trace: posting.google.com 1332247680 20414 127.0.0.1 (20 Mar 2012 12:48:00 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 20 Mar 2012 12:48:00 +0000 (UTC) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=195.58.145.51; posting-account=28F2IwkAAACL1Z5nRC-dE7zuvWdbWC7P User-Agent: G2/1.0 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-03-20T05:47:59-07:00 List-Id: On Wednesday, February 22, 2012 3:31:29 PM UTC, tonyg wrote: > Whenever I compile some code for a different PC , it asks me for the > runtime libraries for gtk and some others. Is there a way I can link > my executable so the functions used in these libraries are included in > my executable ? Thanks for the help from you all here.