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!border1.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!wn14feed!worldnet.att.net!attbi_s51.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_s51 1089112175 24.147.74.171 (Tue, 06 Jul 2004 11:09:35 GMT) NNTP-Posting-Date: Tue, 06 Jul 2004 11:09:35 GMT Organization: Comcast Online Date: Tue, 06 Jul 2004 11:09:35 GMT Xref: g2news1.google.com comp.lang.ada:2083 Date: 2004-07-06T11:09:35+00:00 List-Id: "Jeff C," wrote in message news:BeSEc.7199$XM6.6409@attbi_s53... > > "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). > ..I spent some time this weekend updating my Solaris build of GCC to use 3.4.1 (was doing 3.4).. Looks like for the 3.4 series compilers the make gnatlib_and_tools in the gcc directory still is the appropriate way to build the libraries and tools like gnatmake for a bootstrap build (i.e. I do a make boostrap followed by a cd gcc ; make gnatlib_and_tools) For non bootstrap builds (as described on your site) does it really build those tools for you without this extra command for non-bootstrap builds with the 3.4.X series compilers?