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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,6341d0945be71bab X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!y17g2000yqd.googlegroups.com!not-for-mail From: Paul Onions Newsgroups: comp.lang.ada Subject: Re: Trying to build Gnat on MACOSX 10.5 PPC Date: Sat, 27 Mar 2010 16:48:04 -0700 (PDT) Organization: http://groups.google.com Message-ID: <77edbe74-5480-4970-b334-4c06bcd20dfd@y17g2000yqd.googlegroups.com> References: <11188bd3-2f46-4731-bb9d-8d9d8057c961@k13g2000yqe.googlegroups.com> NNTP-Posting-Host: 62.56.66.192 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1269733685 32215 127.0.0.1 (27 Mar 2010 23:48:05 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 27 Mar 2010 23:48:05 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: y17g2000yqd.googlegroups.com; posting-host=62.56.66.192; posting-account=0OKyNQoAAADuuj2_2R24wtuiuSXwN0p3 User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_5_8; en-us) AppleWebKit/531.21.8 (KHTML, like Gecko) Version/4.0.4 Safari/531.21.10,gzip(gfe) Xref: g2news1.google.com comp.lang.ada:9796 Date: 2010-03-27T16:48:04-07:00 List-Id: On Mar 27, 3:00=A0pm, Paul Onions wrote: > Has anyone had any success in building Gnat from the GCC sources on a > MACOSX 10.5 (Leopard) PowerPC machine? > > I'm trying to build GCC 4.4.3 with Ada support, but so far with no > success. I have tried bootstrapping from the GnatPPC-4.3.dmg binary > from macada.org and also from the gnat-gpl-2009-43-powerpc-apple- > darwin8.11.0-bin.tar binary from gnuada.sourceforge.net, but both > result in the same error in stage 2 of the bootstrap process, ending > in: > > ... Just tried bootstrapping with GNAT/GPL 2006 from AdaCore, and it does get further -- to stage 3 -- but fails in the same way on the same file. I'm sure this should tell me something, but I have no real experience in compiling GCC from source, so I don't understand what this means. Anyone else know? Paul