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: 103376,fc2b5af8782d4ca3 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit X-Received: by 10.180.89.133 with SMTP id bo5mr517569wib.6.1362134392572; Fri, 01 Mar 2013 02:39:52 -0800 (PST) Path: bp2ni65926wib.1!nntp.google.com!feeder1-2.proxad.net!proxad.net!feeder1-1.proxad.net!ecngs!feeder2.ecngs.de!newsfeeder.ewetel.de!eweka.nl!lightspeed.eweka.nl!193.141.40.65.MISMATCH!npeer.de.kpn-eurorings.net!npeer-ng0.de.kpn-eurorings.net!newsfeed.arcor.de!newsspool4.arcor-online.net!news.arcor.de.POSTED!not-for-mail Date: Fri, 01 Mar 2013 11:39:38 +0100 From: Georg Bauhaus User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:17.0) Gecko/20130216 Thunderbird/17.0.3 MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: can one make a static build Ada+GUI GTK application? References: <20130228010057.13659976@hactar.xn--rombobjrn-67a.se> <1jakth6zgpm7u.1jynuosu6x48.dlg@40tude.net> In-Reply-To: X-Enigmail-Version: 1.5 Message-ID: <5130856a$0$6577$9b4e6d93@newsspool3.arcor-online.net> Organization: Arcor NNTP-Posting-Date: 01 Mar 2013 11:39:39 CET NNTP-Posting-Host: 0946fa03.newsspool3.arcor-online.net X-Trace: DXC=?l=G5]>53Hd<6cDJZfMd_cMcF=Q^Z^V3h4Fo<]lROoRa8kF_ljHilnc\616M64>jLh>_cHTX3jm@oV>fjjFJ?b X-Complaints-To: usenet-abuse@arcor.de Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Date: 2013-03-01T11:39:39+01:00 List-Id: On 01.03.13 09:56, Dmitry A. Kazakov wrote: > You are switching the subject. The user already knows that he wanted to > install your package named "foo." The only thing for him to do is > > yum install foo > > That would resolve all dependencies and install any missing packages. Command line? Watch how an application installs *itself* when you buy it from some online app store, such as Apple's. They have raised the bar. (And there's your oligopoly.) Imagine a statically bound executable program that takes care of its own installation. There's an icon. Fist click means "install". After that, all other clicks on the same icon mean "run". But there still is dynamically linked code. I wish there was a timeout built into the DLLs.