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-04 08:40:03 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!cyclone.bc.net!logbridge.uoregon.edu!swen.emba.uvm.edu!att541!att542!ip.att.net!newsfeed3.global.lmco.com!svlnews.lmms.lmco.com!not-for-mail From: "Joe Simon" Newsgroups: comp.lang.ada Subject: Re: Problems installing Glade Date: Thu, 4 Sep 2003 11:25:21 -0400 Organization: Lockheed Martin Corporation Message-ID: References: NNTP-Posting-Host: 158.187.48.203 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Xref: archiver1.google.com comp.lang.ada:42149 Date: 2003-09-04T11:25:21-04:00 List-Id: "Ludovic Brenta" wrote in message news:m365k9pob3.fsf@insalien.org... > "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. Thanks, but this sounds like more than I want to bite off. I just wanna develop software, not muck with kernals, etc. Thanks ! Joe Simon