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: fcd6c,f3beb245983bd21f X-Google-Attributes: gidfcd6c,public X-Google-Thread: 103376,f3beb245983bd21f X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-10-06 20:49:59 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!elnk-nf2-pas!elnk-pas-nf1!newsfeed.earthlink.net!cyclone.socal.rr.com!cyclone2.kc.rr.com!news2.kc.rr.com!twister.neo.rr.com.POSTED!not-for-mail From: "John B. Matthews" Newsgroups: linux.redhat.install,comp.lang.ada Subject: Re: Redhat Linux 9.0 and Gnat References: <5e3e03a7.0310061123.34c53510@posting.google.com> User-Agent: MT-NewsWatcher/3.2 (PPC Mac OS X) Message-ID: Date: Tue, 07 Oct 2003 03:58:59 GMT NNTP-Posting-Host: 65.31.62.213 X-Complaints-To: abuse@rr.com X-Trace: twister.neo.rr.com 1065499139 65.31.62.213 (Mon, 06 Oct 2003 23:58:59 EDT) NNTP-Posting-Date: Mon, 06 Oct 2003 23:58:59 EDT Organization: Road Runner High Speed Online -- Northeast Ohio Xref: archiver1.google.com linux.redhat.install:134 comp.lang.ada:358 Date: 2003-10-07T03:58:59+00:00 List-Id: In article <5e3e03a7.0310061123.34c53510@posting.google.com>, mark_doherty@yahoo.co.uk (Mark Doherty) wrote: > I am new to Linux and have installed a full installation of Linux from > redhat (9). I then updated to the latest versions of most RPMs using > redhat network. This has installed gcc 3.2. I have tried to install > AWS and the compiler does not recognise pragma Unreferenced. I have > got round it for the moment by removing the -gnatwe style switches. > I don't understand why the pragma Unreferenced has been removed in a > later version of GCC. It seems like a good pragma to me. Is there > another pragma to use instead. You could move forward to 3.3.1-6, from RedHat's beta packages ftp://ftp.redhat.com/pub/redhat/linux/rawhide/i386/RedHat/RPMS/ You'll need (at least) gcc-3.3.1-6 gcc-gnat-3.3.1-6 libgnat-3.3.1-6 > Am I wasting my time using gcc 3.2 until GNAT supports it. (I am not > sure what version of gnat I am using because I don't know the Linux > command that tells me). If so how do I go back to 2.8.1. You can query your rpm database with a command like rpm -qa | grep -i gcc and get inofrmation about individual pacakages rpm -qi gcc-gnat > Do all the components compiled with gcc 3.2 need to be recompiled, > how? > Should I install Redhat 7.x instead? > > Having gone through the initial installation pain of Linux (UK BT > broadband modem), I am not going back to Windows! > > Mark John ---- jmatthews at wright dot edu www dot wright dot edu/~john.matthews/