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,8caa25b063b8ac2b X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!news.glorb.com!wns13feed!worldnet.att.net!attbi_s53.POSTED!53ab2750!not-for-mail From: "Jeff C," Newsgroups: comp.lang.ada References: <3439971.4nFu5P88Wl@linux1.krischik.com> Subject: Re: compile gcc 3.4.1 How To X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1409 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Message-ID: NNTP-Posting-Host: 24.147.74.171 X-Complaints-To: abuse@comcast.net X-Trace: attbi_s53 1088679969 24.147.74.171 (Thu, 01 Jul 2004 11:06:09 GMT) NNTP-Posting-Date: Thu, 01 Jul 2004 11:06:09 GMT Organization: Comcast Online Date: Thu, 01 Jul 2004 11:06:09 GMT Xref: g2news1.google.com comp.lang.ada:2021 Date: 2004-07-01T11:06:09+00:00 List-Id: "Martin Krischik" wrote in message news:3439971.4nFu5P88Wl@linux1.krischik.com... > Hello > > I have written a little How To on compiling the gcc 3.4.1: > > http://ada.krischik.com/gnat-3_4_1.html > > With Regards Nice page. I notice that you use the "freshly" built compiler to build itself again since you don't like the 3.3 series. Normally when I do a GNAT or GCC build I just to a make bootstrap (And for some reason on 3.4.0 I also had do to the old cd gcc; make gnatlib_and_tools even though it did not show up in the docs). In any case, a normal gcc bootstrap build does use the new compiler to compile itself..(along with some checking to make sure things make sense) Finally, the directions you posted are somewhat Linux specific (as you indicate within the page but not really at the top).. While the basic approach is correct for most hosts, I would not (normally) recommend using GNU ld and as on a Solaris hosted machine.