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,e994501f4ce77c5e X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-01-14 06:57:13 PST Path: archiver1.google.com!news1.google.com!sn-xit-02!sn-xit-03!supernews.com!logbridge.uoregon.edu!hammer.uoregon.edu!skates!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: free Ada compiler ? Date: 14 Jan 2002 09:48:31 -0500 Organization: NASA Goddard Space Flight Center Message-ID: References: NNTP-Posting-Host: anarres.gsfc.nasa.gov Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: skates.gsfc.nasa.gov 1011019961 11959 128.183.220.71 (14 Jan 2002 14:52:41 GMT) X-Complaints-To: dscoggin@cne-odin.gsfc.nasa.gov NNTP-Posting-Date: 14 Jan 2002 14:52:41 GMT User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 Xref: archiver1.google.com comp.lang.ada:18906 Date: 2002-01-14T14:52:41+00:00 List-Id: "Thomas Mueller" writes: > On Wed, 9 Jan 2002 14:06:37 -0500, hongxun lee wrote: > > Is there such a unix version compiler (better can be installed on Cygwin) ? > > There is GNAT, available for Linux i386 and a few other Unixes, > MS-Windows and OpenVMS too. I am not familiar with Cygwin. Cygwin is a Unix environment for MS-Windows, implementing all the Gnu tools. See http://sources.redhat.com/cygwin. It works quite well, but ACT decided to use a different approach to implement GNAT on Windows. > Does anybody know if GNAT can be cross-compiled for a platform where > there is no GNAT binary currently available? For instance, Linux on > non-i386, or NetBSD on i386 and non-i386. Yes, GNAT can be built as a cross-compiler. That is the only way to put it on a platform for which you do not have a binary. However, you must know what you are doing, and the build instructions that come with the source are not particularly helpful; it can take some experimentation. This situation may improve when GNAT is released on gcc 3.1. -- -- Stephe