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-10 13:48:29 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!bloom-beacon.mit.edu!cambridge1-snf1.gtei.net!news.gtei.net!bos-service1.ext.raytheon.com!dfw-service2.ext.raytheon.com.POSTED!not-for-mail Message-ID: <3F5F8E1A.A7F5A56F@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: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Wed, 10 Sep 2003 15:48:26 -0500 NNTP-Posting-Host: 192.27.48.39 X-Complaints-To: news@ext.ray.com X-Trace: dfw-service2.ext.raytheon.com 1063226909 192.27.48.39 (Wed, 10 Sep 2003 15:48:29 CDT) NNTP-Posting-Date: Wed, 10 Sep 2003 15:48:29 CDT Organization: Raytheon Company Xref: archiver1.google.com comp.lang.ada:42361 Date: 2003-09-10T15:48:26-05:00 List-Id: 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. --Mark