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,fe14052055b4b0bf X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-01-03 14:23:59 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!easynet-tele!easynet.net!newsfeed.easynews.net!newsfeed2.easynews.net!easynews.net!news.cid.net!news.enyo.de!news1.enyo.de!not-for-mail From: Florian Weimer Newsgroups: comp.lang.ada Subject: Re: GNAT and GCC 3.02 Date: Thu, 03 Jan 2002 22:47:46 +0100 Organization: Enyo's not your organization Message-ID: <87sn9n3y4d.fsf@deneb.enyo.de> References: <20020102140849.2bb221a5.nospam@attbi.com> <87sn9o1l4f.fsf@deneb.enyo.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cancel-Lock: sha1:PoqS9qzgReLYw/IiQonBhUwmZAw= Xref: archiver1.google.com comp.lang.ada:18496 Date: 2002-01-03T22:47:46+01:00 List-Id: "Bobby D. Bryant" writes: > FWIW, I noticed that there are GCC 3.1 RPMs out at > ftp://rawhide.redhat.com/pub/redhat/linux/rawhide/i386/RedHat/RPMS/. It is certainly a bad idea to use RPMs at this stage. If these RPMs were built on a bad day, you can get into arbitrary problems. If you want to use GCC 3.1 now, better checkout the CVS and compile it directly from source. This way, you have got the source code at hand if anything unexpected happens.