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=-2.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,7efbdbcd2058c74e X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-05-02 00:56:04 PST Path: newsfeed.google.com!newsfeed.stanford.edu!skynet.be!freenix!enst!enst.fr!not-for-mail From: Wilhelm.Spickermann@t-online.de (Wilhelm Spickermann) Newsgroups: comp.lang.ada Subject: Re: GtkAda with several task (or distributed solution?)? Date: Wed, 02 May 2001 09:21:36 +0200 (CEST) Organization: ENST, France Sender: comp.lang.ada-admin@ada.eu.org Message-ID: Reply-To: comp.lang.ada@ada.eu.org NNTP-Posting-Host: marvin.enst.fr Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit X-Trace: avanie.enst.fr 988790163 81394 137.194.161.2 (2 May 2001 07:56:03 GMT) X-Complaints-To: usenet@enst.fr NNTP-Posting-Date: Wed, 2 May 2001 07:56:03 +0000 (UTC) To: comp.lang.ada@ada.eu.org Return-Path: X-Mailer: XFMail 1.4.0 on Linux X-Priority: 3 (Normal) In-Reply-To: X-Sender: 0211750756-0001@t-dialin.net Errors-To: comp.lang.ada-admin@ada.eu.org X-BeenThere: comp.lang.ada@ada.eu.org X-Mailman-Version: 2.0.3 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: comp.lang.ada mail<->news gateway List-Unsubscribe: , List-Archive: Errors-To: comp.lang.ada-admin@ada.eu.org X-BeenThere: comp.lang.ada@ada.eu.org Xref: newsfeed.google.com comp.lang.ada:7076 Date: 2001-05-02T09:21:36+02:00 On 01-May-01 Preben Randhol wrote: ... > Go to this page: > > http://www.gnuada.org/rpms313p.html > > and install GtkAda-1.2.11-1.i386.rpm. You don't need the GtkAda-runtime > that is only if you are not developing GtkAda programs, but you are :-) The GtkAda RPM does need the GtkAda-runtime RPM: "rpm -q --requires GtkAda" results in: gnat = 3.13p gnat-3.13p-runtime = 1 GtkAda-runtime = 1.2.11 /bin/sh Wilhelm