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.1 required=5.0 tests=BAYES_00,FREEMAIL_FROM, MAILING_LIST_MULTI,PP_MIME_FAKE_ASCII_TEXT autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,7efbdbcd2058c74e X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-05-03 11:24:06 PST Path: newsfeed.google.com!newsfeed.stanford.edu!news.tele.dk!193.251.151.101!opentransit.net!jussieu.fr!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: Thu, 03 May 2001 20:22:27 +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 988914245 38223 137.194.161.2 (3 May 2001 18:24:05 GMT) X-Complaints-To: usenet@enst.fr NNTP-Posting-Date: Thu, 3 May 2001 18:24:05 +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: <3AF03AD2.CA424CB4@mail.utexas.edu> 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:7128 Date: 2001-05-03T20:22:27+02:00 On 02-May-01 Bobby D. Bryant wrote: >> Hmm, I�ve made distributed programs using GtkAda -- I don�t remember doing >> any recompilations of GtkAda. > > That's odd. Using gnat-glade's gnatdist command for compilation, I always > got > errors demanding that s-stratt be recompiled, apparently since the > precompiled > version of GtkAda had been compiled against the s-stratt provided by GNAT, > whereas GLADE was checking the .ali for its own copy of s-stratt. > > Could I have just reorderd my ld stuff? > Oh, sorry. When I looked into the makefile I found the "-a"-switch in the gnatdist commands. So the recompilations are in fact done. Wilhelm