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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a5886c32d2913c1 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-03-25 11:32:15 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!newspeer1.nwr.nac.net!news.worldonline.be!not-for-mail From: Ludovic Brenta Newsgroups: comp.lang.ada Subject: Re: Gnat Glade newbie questions Date: 25 Mar 2004 20:34:49 +0100 Organization: Worldonline Belgium Sender: lbrenta@deuteronomy Message-ID: <87u10c4t5y.fsf@insalien.org> References: <4062bd5b$0$706$5402220f@news.sunrise.ch> NNTP-Posting-Host: ppp-62-235-75-104.tiscali.be Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: news.worldonline.be 1080243126 502 62.235.75.104 (25 Mar 2004 19:32:06 GMT) X-Complaints-To: abuse@worldonline.be NNTP-Posting-Date: Thu, 25 Mar 2004 19:32:06 +0000 (UTC) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 Xref: archiver1.google.com comp.lang.ada:6521 Date: 2004-03-25T20:34:49+01:00 List-Id: "Roger Blum" writes: > - All my tries to build and use GNAT Glade 3.15p from the source failed. > Has anybody a working binary of GNAT Glade 3.15p for Windows and/or Linux > (gnatdist and Garlic) or how can I build it from source without a lot of > error messages? Use Debian. gnat and glade are there, precompiled for you. If you choose Woody (the latest, but ageing, stable version) these will be 3.14p. If you choose Sarge (the upcoming stable version, currently in testing), these will be 3.15p. FWIW, I didn't have too much trouble compiling GNAT or GLADE, but you can save yourself the sweat by using the precompiled packages. > - Can gnatdist build all the necessary executables just on the base > of correct categorization of the packages or do I have to create 3 > main procedures/packages? You only write one main procedure. gnatdist uses the configuration pragmas and a configuration file to produce as many executables as necessary. > - How can the worker get aware of the presence of the base data? This is also documented. You can choose between static and dynamic remote calls, but I don't know the details. > - Will the distributed processes generated that way migrate on openMosix? I don't know. I don't know what openMosix is. > - Has anybody experiences made with Ada / MPI or PVM? What are these? -- Ludovic Brenta.