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: f53c0,1e1833350257a4af X-Google-Attributes: gidf53c0,public X-Google-Thread: 103376,f52c7d0d876385b8 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-12-04 12:57:58 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!hammer.uoregon.edu!skates!not-for-mail From: Stephen Leake Newsgroups: comp.unix.bsd.netbsd.misc,comp.lang.ada Subject: Re: Ada 95 compiler for NetBSD Date: 04 Dec 2001 15:49:03 -0500 Organization: NASA Goddard Space Flight Center Message-ID: References: <9ubll0$4gu$1@rrzd1.rz.uni-regensburg.de> <9ufhv1$7t767$4@ID-49635.news.dfncis.de> NNTP-Posting-Host: anarres.gsfc.nasa.gov Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: skates.gsfc.nasa.gov 1007499136 939 128.183.220.71 (4 Dec 2001 20:52:16 GMT) X-Complaints-To: dscoggin@cne-odin.gsfc.nasa.gov NNTP-Posting-Date: 4 Dec 2001 20:52:16 GMT User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 Xref: archiver1.google.com comp.unix.bsd.netbsd.misc:1841 comp.lang.ada:17410 Date: 2001-12-04T20:52:16+00:00 List-Id: aaro@iki.fi (Aaro Koskinen) writes: > "Thomas Mueller" writes: > > From what I read regarding GNAT, the source code is written in Ada > > and requires an already-existing GNAT installation. Catch-22? You can build GNAT as a cross compiler, from a system where you have a working binary, to the target system. Then use the cross-compiler to compile GNAT; all done. -- -- Stephe