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,1ff2b70d3b014281 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-10-29 09:48:58 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!canoe.uoregon.edu!hammer.uoregon.edu!skates!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: Ada95 on Plan9/Inferno Date: 29 Oct 2001 12:41:52 -0500 Organization: NASA Goddard Space Flight Center Message-ID: References: <9rk02t$84o$1@uranium.btinternet.com> NNTP-Posting-Host: anarres.gsfc.nasa.gov Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: skates.gsfc.nasa.gov 1004377396 2599 128.183.220.71 (29 Oct 2001 17:43:15 GMT) X-Complaints-To: dscoggin@cne-odin.gsfc.nasa.gov NNTP-Posting-Date: 29 Oct 2001 17:43:15 GMT User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 Xref: archiver1.google.com comp.lang.ada:15359 Date: 2001-10-29T17:43:15+00:00 List-Id: "Tony Gair" writes: > > if gcc had bindings taken out then can a normal c compiler be used to > compile GCC from source and then we can use GNAT from there.. The Ada compiler component of GCC is written in Ada, and in fact in a GNAT dialect of Ada. So you need GNAT to compile GNAT; nothing else will do. > To use the features of ada could we add in calls to the op system in > the gnat compiled in ada.... I'm not clear what you are talking about here ... -- -- Stephe