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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,5527c2b791298900 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-07-13 08:52:04 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news.tele.dk!212.74.64.35!colt.net!newsfeed.esat.net!news.heanet.ie!Colin_Paul_Gloster From: Colin_Paul_Gloster@ACM.org (Colin Paul Gloster) Newsgroups: comp.lang.ada Subject: Re: Compiling GNU Ada sources on Solaris 8 Date: 13 Jul 2001 16:09:49 GMT Organization: Dublin City University Message-ID: References: <3B4EE886.5FB38FA5@esoc.esa.de> <9in4fu$nbg$1@news.space.net> Reply-To: Colin_Paul_Gloster@ACM.org NNTP-Posting-Host: ns.dcu.ie Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: kenraki.heanet.ie 995040589 9155 136.206.1.3 (13 Jul 2001 16:09:49 GMT) X-Complaints-To: news@kenraki.heanet.ie NNTP-Posting-Date: 13 Jul 2001 16:09:49 GMT User-Agent: slrn/0.9.7.0 (SunOS) Cache-Post-Path: ns.dcu.ie!unknown@camac.dcu.ie X-Cache: nntpcache 2.3.3 (see http://www.nntpcache.org/) Xref: archiver1.google.com comp.lang.ada:9914 Date: 2001-07-13T16:09:49+00:00 List-Id: In article <9in4fu$nbg$1@news.space.net>, Gerhard H�ring wrote: ""F.Dreger" schrieb im Newsbeitrag news:3B4EE886.5FB38FA5@esoc.esa.de... > Hello, > > I need to compile the GNAT ver. 3.13 on Solaris 8. > I have compiled and installed gcc 3.0 and now I want to compile ada too. > To do this I need gcc (OK) I am pretty sure you need exactly version 2.8.1 of gcc, certainly 3.0 won't work. > and > a previous working version of ada! (There is a circular dependency). If this is for Solaris x86, there was a binary version announced on this newsgroup a few days ago. Thread "GNAT 3.13p build for Solaris 8_x86". If all you want a binary version of GNAT for Solaris/SPARC, there is one at ftp://ftp.cs.nyu.edu/pub/gnat/3.13p/gnat-3.13p-sparc-sun-solaris2.5.1-bin.tar.gz But 2.5.1 binaries do work on Solaris 8, don't they? Gerhard" >From ftp://cs.nyu.edu/pub/gnat/README : "[..] UPDATE NEWS:: [..] gnat 3.13p is now available Version 3.13p release: The binary distribution is now available for the following configurations: [..] sparc-sun-solaris2.5.1 (will also run on solaris 2.5, 2.6, 7, 8) [..] The 3.13p binaries and source can be found in the 3.13p directory. The older 3.12p binaries and source can be found in the 3.12p directory. All binaries are built on top of GCC 2.8.1. Full documentation is now available: gnat-3.13p-docs.tar.gz (documentation in ascii, html, postscript, texi) [..]"