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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,8682a1b4123025dc X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!news.glorb.com!news2.telebyte.nl!news-fra1.dfn.de!news-ham1.dfn.de!news.uni-hamburg.de!cs.tu-berlin.de!uni-duisburg.de!not-for-mail From: Georg Bauhaus Newsgroups: comp.lang.ada Subject: Re: ANN: compile gcc 3.4.1 How To Update Date: Thu, 8 Jul 2004 15:15:47 +0000 (UTC) Organization: GMUGHDU Message-ID: References: <1392449.E5ed2j6LlC@linux1.krischik.com> NNTP-Posting-Host: l1-hrz.uni-duisburg.de X-Trace: a1-hrz.uni-duisburg.de 1089299747 14377 134.91.1.34 (8 Jul 2004 15:15:47 GMT) X-Complaints-To: usenet@news.uni-duisburg.de NNTP-Posting-Date: Thu, 8 Jul 2004 15:15:47 +0000 (UTC) User-Agent: tin/1.5.8-20010221 ("Blue Water") (UNIX) (HP-UX/B.11.00 (9000/800)) Xref: g2news1.google.com comp.lang.ada:2121 Date: 2004-07-08T15:15:47+00:00 List-Id: Martin Krischik wrote: : Hello : : I have updated the How To on compiling the gcc 3.4.1: : : http://ada.krischik.com/gnat-3_4_1.html : : All Input from the Forum : (https://sourceforge.net/forum/forum.php?forum_id=387697) have been : incorporated. FYI: Results of "make check", after building GCC 3.4.1 as releaseed on 1. July 2004, using ACT GNAT 3.15p, on Debian testing [*] steps: got the release archive, ran md5sum, followed the instructions in the GCC documentation for building a native compiler (make bootstrap; make -C gcc gnatlib_and_tools[**]; make check). Configured with: ../src/gcc-3.4.1/configure \ --prefix=/opt/GCC/341r \ --enable-languages=ada,c,c++,f77 \ --disable-nls Thread model: posix gcc version 3.4.1 host=i686-pc-linux-gnu target=i686-pc-linux-gnu (The PATH environment variable starts with /opt/gnat315/bin ) === g77 Summary === # of expected passes 1812 === acats Summary === # of expected passes 2322 # of unexpected failures 0 === gcc Summary === # of expected passes 24627 # of unexpected failures 1 # of unexpected successes 2 # of expected failures 68 # of untested testcases 7 # of unsupported tests 191 === g++ Summary === # of expected passes 9639 # of expected failures 68 # of unsupported tests 32 Machine is AMD Athlon stepping 2 [*] More on using either Ludovic Brenta's packages or Debian's gccs >= 3.2 later, hopefully. (The latter claim to support Ada, but don't unless package gnat-3.x is installed. I have sent a PR about the "false claims".) [**] I'll check whether (cd gcc; make gnatlib_and_tools) really does not work, this is the command I found in the texinfo documentation. Georg