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,be81c80bb0fcf931 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-09-03 14:14:49 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!nntp.cs.ubc.ca!skynet.be!skynet.be!louie!tlk!not-for-mail Sender: lbrenta@lbrenta Newsgroups: comp.lang.ada Subject: Re: Problems installing Glade References: From: Ludovic Brenta User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Date: 03 Sep 2003 23:14:24 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Organization: -= Belgacom Usenet Service =- NNTP-Posting-Host: 81.240.1.15 X-Trace: 1062623688 reader1.news.skynet.be 3682 81.240.1.15:41684 X-Complaints-To: usenet-abuse@skynet.be Xref: archiver1.google.com comp.lang.ada:42119 Date: 2003-09-03T23:14:24+02:00 List-Id: "Joe Simon" writes: > "Joe Simon" wrote in message > news:bj2sai$n9n3@cui1.lmms.lmco.com... > > Run the glade configure script as root... > > > > [root@mankind glade-3.15p-src]# ./configure [...] > > checking need to emulate thread blocking I/O... > > > > And just sits there... This faintly rings a bell to me. I seem to remember that Red Hat patched their kernel and glibc to include NPTL (New Portable Threads Library). It may be that glade-3.15p has problems with it. I would suggest you look for a way to disable NPTL (perhaps with an environment variable, or by writing to a file under /proc). Also, perhaps using a stock kernel instead of Red Hat's patched kernel may help. Sorry I don't have any more specifics. I hope this at least points you in the right direction. FWIW, I've had no problems compiling glade on a Debian (testing) box with linux 2.4.20-smp and glibc 2.3.1. -- Ludovic Brenta.