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-08 13:10:04 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!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: Mon, 8 Sep 2003 15:55:20 -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:42293 Date: 2003-09-08T15:55:20-04:00 List-Id: "Stephen Leake" wrote in message news:u3cf7fcng.fsf@nasa.gov... > "Joe Simon" writes: > > > "Preben Randhol" wrote in message > > news:slrnblgjai.lj.randhol+abuse@kiuk0152.chembio.ntnu.no... > > > Ask at the gtkada mailinglist. One thing that would be helpfull is the > > > information in the config.log file f.ex. > > > > > > Preben > > > > You mean the mail list for the graphical toolkit. Are you sure that is an > > appropriate place to ask questions about installing Glade ? > > There are two things called "Glade"; the distributed system builder, > and the GUI builder. It's usually clear from context which is meant, > but apparently this got confused here. I can't tell from this snippet > which is meant. > > GtkAda GLADE is the GUI builder. > > -- > -- Stephe Ok, gothca, This question refers to the Ada Distributed computation, annex-e compliant implementation. To re-iterate... Attempting to install the Glade (Ada Distributed computation, annex-e compliant implementation0 on a redhat 9 box. I downgraded the compiler to the 3.15p version, and attempted to run the configure script The script hangs... [root@mankind glade-3.15p-src]# ./configure loading cache ./config.cache checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking build system type... i686-pc-linux-gnu checking for a BSD compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... yes checking for working aclocal... found checking for working autoconf... found checking for working automake... found checking for working autoheader... found checking for working makeinfo... found checking for gnuawk... no checking for gawk... gawk checking for gcc... gcc checking whether the C compiler (gcc ) works... yes checking whether the C compiler (gcc ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether gcc accepts -g... yes checking for adagcc... no checking for gnatgcc... gnatgcc checking if the Ada compiler works... yes checking for Cygwin environment... no checking for mingw32 environment... no checking for executable suffix... no checking for ranlib... ranlib checking for gnused... no checking for gsed... no checking for sed... sed checking for gtar... gtar checking for ar... ar checking for rm... rm checking for gunzip... gunzip checking for gnatmake... gnatmake checking for GNAT sources... ada checking for gnatls... gnatls checking for sed... (cached) sed checking if the Ada compiler is recent enough... yes checking which platform-specific variant to use... Linux checking need to emulate thread blocking I/O... hangs at this blocking io call. I have been advised to find a kernal patch or some such. I am not a kernal hacker nor sys admin. i just want to experiment with the distributed aspects of Ada. Can anyone offer a sane way to get Glade to build ? thanks Joe Simon WB2JQT