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=0.6 required=5.0 tests=BAYES_00,TO_NO_BRKTS_FROM_MSSP autolearn=no 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-02 11:41:27 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!out.nntp.be!propagator-SanJose!in.nntp.be!newsranger.com!www.newsranger.com!not-for-mail Newsgroups: comp.lang.ada From: Ted Dennison References: <20020102140849.2bb221a5.nospam@attbi.com> Subject: Re: GNAT and GCC 3.02 Message-ID: X-Abuse-Info: When contacting newsranger.com regarding abuse please X-Abuse-Info: forward the entire news article including headers or X-Abuse-Info: else we will not be able to process your request X-Complaints-To: abuse@newsranger.com NNTP-Posting-Date: Wed, 02 Jan 2002 14:41:21 EST Organization: http://www.newsranger.com Date: Wed, 02 Jan 2002 19:41:21 GMT Xref: archiver1.google.com comp.lang.ada:18459 Date: 2002-01-02T19:41:21+00:00 List-Id: In article <20020102140849.2bb221a5.nospam@attbi.com>, Mr. Caffiene says... > >I've been considering upgrading to GCC 3.02, however I'm not sure if GNAT will work or even compile with this GCC release. > >Anyone point me to some documents which will give me the lowdown on this? It depends on what you mean by "work with". The latest public release of Gnat use gcc 2.8.1. The only way to even attempt to use 3.02 instead would be to try to build them together from sources, which wouldn't likely work at all. However, there's nothing preventing you from having *both* compilers on your system, which is what most folks have been doing for a while now. Gnat has been checked into the GCC baseline, but no stable version of gcc has been released since then. You may or may not be able to grab a gcc source snapshot from their CVS server and build yourself a post 3.0.3 gcc with Gnat included. If you want to go that route, I'd monitor the mailing list (http://gcc.gnu.org/ml/gcc/) to help out with any problems you might encounter. --- T.E.D. homepage - http://www.telepath.com/dennison/Ted/TED.html No trees were killed in the sending of this message. However a large number of electrons were terribly inconvenienced.