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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,d4bd0014df0bfc4b X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!news1.google.com!postnews.google.com!d2g2000pra.googlegroups.com!not-for-mail From: abyhoe Newsgroups: comp.lang.ada Subject: Re: Build gcc-ada on/for Solaris x86_64? Date: Mon, 30 Mar 2009 05:49:56 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <0a9553f2-3bb3-4332-a611-305b03428c67@y9g2000yqg.googlegroups.com> NNTP-Posting-Host: 118.101.124.37 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1238417396 15075 127.0.0.1 (30 Mar 2009 12:49:56 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 30 Mar 2009 12:49:56 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: d2g2000pra.googlegroups.com; posting-host=118.101.124.37; posting-account=coq9PAkAAAB2Xx46RZLFJw5dY9DVXW4- User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_6; en-us) AppleWebKit/525.27.1 (KHTML, like Gecko) Version/3.2.1 Safari/525.27.1,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:4384 Date: 2009-03-30T05:49:56-07:00 List-Id: On Mar 27, 11:06=A0pm, Ludovic Brenta wrote: > On Mar 27, 2:22=A0pm, inva...@domain.invalid wrote: > > > > > Hi, > > > I would like to be able to use gcc ada on my Solaris 10 Intel box. I > > did some preliminary checking and it doesn't look like a trivial > > undertaking. > > > I'm wondering if any of the participants in comp.lang.ada have done > > this or anything similar. > > > I have gcc 3.4.x running on the Solaris box from Sun's Companion CD but > > it was not built with Ada support. > > > I have 64 and 32 bit Linux boxes both running gcc 4.2.4 with > > Ada. Maybe it's simple (!) to build a cross target from this system? > > > I read somewhere that the gcc ada version isn't necessarily the same > > as the gcc version. Is there a reason why I can't use 4.2.4 Ada on a > > gcc 3.4 base. Is gccada at the 3.4 level worth having? > > > Any comments/suggestions? > > I suggest you install the package gcc3ada fromwww.blastwave.org;this > is GCC 3.4.5 with Ada enabled. If you would like a more recent > version, use gcc3ada to compile GCC 4.3.3 with Ada. It would be nice > if you would then contribute your packages back to blastwave. > > PS. I recommend against package gcc4ada (GCC 4.0.2) because of bugs > resulting from the introduction of Tree-SSA in GCC 4.0 (i.e. impedance > mismatches between the Ada front-end and the GCC 4.0 back-end). > > -- > Ludovic Brenta. Where can I download the source? Thanks.