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,6c2a5a402a6061ae X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-09-11 06:35:42 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!newshub.sdsu.edu!elnk-nf2-pas!elnk-pas-nf1!newsfeed.earthlink.net!newsfeed2.easynews.com!newsfeed1.easynews.com!easynews.com!easynews!cyclone.swbell.net!bos-service1.ext.raytheon.com!dfw-service2.ext.raytheon.com.POSTED!not-for-mail Message-ID: <3F607A27.6A36612C@raytheon.com> From: Mark Johnson X-Mailer: Mozilla 4.76 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Question Report - Glade (the distributed computing annex-E gnat extentions) install problem References: <3F5F8E1A.A7F5A56F@raytheon.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Thu, 11 Sep 2003 08:35:35 -0500 NNTP-Posting-Host: 192.27.48.39 X-Complaints-To: news@ext.ray.com X-Trace: dfw-service2.ext.raytheon.com 1063287341 192.27.48.39 (Thu, 11 Sep 2003 08:35:41 CDT) NNTP-Posting-Date: Thu, 11 Sep 2003 08:35:41 CDT Organization: Raytheon Company Xref: archiver1.google.com comp.lang.ada:42378 Date: 2003-09-11T08:35:35-05:00 List-Id: Mark Johnson wrote: > > Joe Simon wrote: > > > > Sorry about the mis understanding. The last time I asked this I got answers > > relating to the graphical environment Glade variant. I am talking about the > > Ada Distributed computation, annex-E > > compliant implementation. > [snip attempt to install Glade] > > > Can anyone offer a sane way to get Glade ( the Ada Distributed computation, > > annex-E compliant implementation ) on redhat 9.0 to build ? > > > Unless you are a customer, you may be out of luck until ACT releases a > 3.16p version. As part of Red Hat 9, they made changes in the kernel to > use the "New Pthread" implementation. This broke a lot of old code. It > may be possible to add > LD_ASSUME_KERNEL=2.2.5 > to your environment and try the configure script again. If that does not > work, ACT has a release of gnat 3.16 (and gnat 5.0) built for Red Hat 9, > but I believe it is only for paying customers (yet). I would expect a > public release in the next few months. > The other possibility is that installing the gcc-gnat RPM's that are part of Red Hat 9 and see if they have the fixed software. This would be a build based off of gcc 3.2 (or 3.3 if you build from Rawhide). It works at least well enough to compile the ada source for gcc-gnat but I don't know if the threading works (just have not had the time to try). --Mark