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,67cdf5ec7a190d1 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-11-20 15:08:17 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: downloading ada Date: 20 Nov 2001 18:07:41 -0500 Organization: NASA Goddard Space Flight Center Message-ID: References: <3BFAB33D.DE013341@kfunigraz.ac.at> NNTP-Posting-Host: anarres.gsfc.nasa.gov Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: skates.gsfc.nasa.gov 1006297808 9074 128.183.220.71 (20 Nov 2001 23:10:08 GMT) X-Complaints-To: dscoggin@cne-odin.gsfc.nasa.gov NNTP-Posting-Date: 20 Nov 2001 23:10:08 GMT User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 Xref: archiver1.google.com comp.lang.ada:16758 Date: 2001-11-20T23:10:08+00:00 List-Id: Siegfried Gonzi writes: > Sorry, for polluting the group with trivial requirements, but where can > I download a compile-able gnat-ada distribution. The following > distribution (retrieved from the original gnat-homepage) is reluctant > and will not compile (I assume compiling should not take longer than 5 > minutes?): Depends on how fast your machine is, and how many header files it has to process. The GNAT installation also installs the C compiler, and that requires going thru your system include files and "fixing" them to be somewhat ANSI C compiliant. It might be nice to only get GNAT, but most real systems also need C, and it's easier for ACT to make just one distribution. > gnat-3.13p-sparc-sun-solaris2.5.1-bin.tar.gz This is a _binary_ distribution; it will install an executable GNAT compiler (if you follow the directions, and are patient enough). On the same web site, but probably not in the same directory, there is a source distribution. Look for a .tar.gz file that has no system name, and no 'bin'. You need the binary installation to compile the source; only GNAT can compile GNAT. -- -- Stephe