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-Thread: a07f3367d7,fc2b5af8782d4ca3 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit X-Received: by 10.180.95.97 with SMTP id dj1mr2380062wib.4.1361849539466; Mon, 25 Feb 2013 19:32:19 -0800 (PST) MIME-Version: 1.0 Path: bp2ni59449wib.1!nntp.google.com!feeder1.cambriumusenet.nl!82.197.223.103.MISMATCH!feeder3.cambriumusenet.nl!feed.tweaknews.nl!216.196.110.142.MISMATCH!border3.nntp.ams.giganews.com!border1.nntp.ams.giganews.com!border4.nntp.ams.giganews.com!border2.nntp.ams.giganews.com!nntp.giganews.com!news.teledata-fn.de!weretis.net!feeder4.news.weretis.net!nuzba.szn.dk!news.jacob-sparre.dk!munin.jacob-sparre.dk!pnx.dk!.POSTED!not-for-mail From: "Randy Brukardt" Newsgroups: comp.lang.ada Subject: Re: can one make a static build Ada+GUI GTK application? Date: Mon, 18 Feb 2013 17:30:19 -0600 Organization: Jacob Sparre Andersen Research & Innovation Message-ID: References: <1mxlt8oowbpgg$.1id16hhd6omlz.dlg@40tude.net> NNTP-Posting-Host: static-69-95-181-76.mad.choiceone.net X-Trace: munin.nbi.dk 1361230227 29542 69.95.181.76 (18 Feb 2013 23:30:27 GMT) X-Complaints-To: news@jacob-sparre.dk NNTP-Posting-Date: Mon, 18 Feb 2013 23:30:27 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.5931 X-RFC2646: Format=Flowed; Original X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 Date: 2013-02-18T17:30:19-06:00 List-Id: "Dmitry A. Kazakov" wrote in message news:1mxlt8oowbpgg$.1id16hhd6omlz.dlg@40tude.net... > On Sun, 17 Feb 2013 10:39:01 -0600, Nasser M. Abbasi wrote: > >> Just a basic question: Is it possible to build >> a standalone .exe that is linked completely >> statically which includes all libraries needed to make an Ada >> with GUI front end using, I assume GTK since >> that is the most complete GUI API for Ada. > > Normally GTK does not support static linking. E.g. > > https://mail.gnome.org/archives/gtk-app-devel-list/2007-April/msg00039.html Of course, you can do this for Windows using Claw (or probably other Windows interfaces). Usually, its not necessary to "install" or "package" anything on Windows; this is one place where Windows definitely is preferable to Linux (but that isn't much of a reason to use Windows, IMHO). I hate the fact that slow installers have taken over Windows, especially as most of them do little of value. (The fact that we need one for Janus/Ada shows me more that we have usability problems with the product than any value for installers.) Randy.