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.3 required=5.0 tests=BAYES_00,INVALID_MSGID, MSGID_RANDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,dc94fe39f71093ec X-Google-Attributes: gid103376,public From: Robert Dewar Subject: Re: gnat 3.12 Date: 1999/12/23 Message-ID: <83thal$kro$1@nnrp1.deja.com>#1/1 X-Deja-AN: 564170001 References: <8333q3$9rh$1@nnrp1.deja.com> <8335ip$b8f$1@nnrp1.deja.com> <38561D9A.70B61403@acenet.com.au> <835ukh$uiv$1@nntp2.atl.mindspring.net> <385685B2.7E341C32@quadruscorp.com> <3856d861.30417176@news.netidea.com> <3856EA29.7B4C0A95@quadruscorp.com> <838mhs$cii$1@nnrp1.deja.com> <385F6039.65A1B1B4@acenet.com.au> <83od9d$1i8$1@nnrp1.deja.com> <83osai$ekj$1@nntp2.atl.mindspring.net> <83sb2d$r1i$1@nnrp1.deja.com> <3862044A.2A1E06AA@netvision.net.il> X-Http-Proxy: 1.0 x22.deja.com:80 (Squid/1.1.22) for client 205.232.38.14 Organization: Deja.com - Before you buy. X-Article-Creation-Date: Thu Dec 23 16:07:47 1999 GMT X-MyDeja-Info: XMYDJUIDrobert_dewar Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.04 [en] (OS/2; I) Date: 1999-12-23T00:00:00+00:00 List-Id: In article <3862044A.2A1E06AA@netvision.net.il>, Michael Ben-Gershon wrote: > Has anyone found a way to build gnat 3.12 on top of gcc-2.95.2? > The distribution has instructions for gnat-3.10, but not for > the more recent 3.12. There is no point in messing around with this. Even if you managed to get it working, there are some significant bugs in gcc-2.95.2 so you would get an unreliable result. GNAT version 3.12 is specifically designed to be built with GCC 2.8.1. Right now, there is concentrated work going on to create a unified gcc build that will contain all the necessary fixes and patches from GCC 2.8.1, as well as the new features and fixes from the EGCS development. A future version of GNAT will be built using this merged version. Meanwhile, the advice is to use GNAT as distributed and built with GCC 2.8.1. If you want to use g++ built with gcc-2.95.2, that's fine, and if you want to link gnat and g++ stuff together that also works fine, see GNAT documentation for details. Sent via Deja.com http://www.deja.com/ Before you buy.