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,XPRIO autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,be81c80bb0fcf931,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-09-02 12:55:12 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!feed2.news.rcn.net!rcn!nntp.abs.net!attws2!att542!ip.att.net!newsfeed3.global.lmco.com!svlnews.lmms.lmco.com!not-for-mail From: "Joe Simon" Newsgroups: comp.lang.ada Subject: Problems installing Glade Date: Tue, 2 Sep 2003 15:51:11 -0400 Organization: Lockheed Martin Corporation Message-ID: 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:42075 Date: 2003-09-02T15:51:11-04:00 List-Id: Ok... Redhat 9.0 I installed gnat 3.15p and set my path to point to the distribution installation (/usr/gnat/bin). Run gnatmake -v foo [mc2-sim@mankind gnat]$ gnatmake -v foo GNATMAKE 3.15p (20020523) Copyright 1995-2002 Free Software Foundation, Inc. End of compilation gnatmake: "foo" not found So the correct version is invoked, rather then the system installed version (3.2.2). Run the glade configure script as root... [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... And just sits there... Anyone got any ideas ? I'll let it sit all night in case this is something that takes awhile. Thanke Joe Simon