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,b337cced42cde073 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!news.glorb.com!news.zanker.org!border2.nntp.ams.giganews.com!nntp.giganews.com!pe2.news.blueyonder.co.uk!blueyonder!peer-uk.news.demon.net!kibo.news.demon.net!mutlu.news.demon.net!news.demon.co.uk!demon!not-for-mail From: "Luke A. Guest" Newsgroups: comp.lang.ada Subject: Re: [Announce] ASIS for GNAT gcc-3.4.4-20041123 released Date: Sun, 28 Nov 2004 19:50:30 +0000 Message-ID: References: <1499918.H6apBFzPOH@linux1.krischik.com> NNTP-Posting-Host: abyss2.demon.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: news.demon.co.uk 1101671430 18698 62.49.62.197 (28 Nov 2004 19:50:30 GMT) X-Complaints-To: abuse@demon.net NNTP-Posting-Date: Sun, 28 Nov 2004 19:50:30 +0000 (UTC) User-Agent: Pan/0.14.2 (This is not a psychotic episode. It's a cleansing moment of clarity.) Xref: g2news1.google.com comp.lang.ada:6597 Date: 2004-11-28T19:50:30+00:00 List-Id: On Sun, 28 Nov 2004 19:34:11 +0000, Luke A. Guest wrote: > On Sun, 28 Nov 2004 19:47:41 +0100, Martin Krischik wrote: > >> Hello, >> >> It has been some time since I last prepared an ASIS release. Nothing new, >> just compiled for a current gcc-3.4.4. > > But there is *no* GCC-3.4.4 yet! Surely you mean 3.4.3? > > Luke. Having pointed GNATSRC to the gnat-3.4.4 directory, I end up with the following after a "make gnat" make gnat make -e -C gnat make[1]: Entering directory `/usr/src/gcc-builds/gcc-341/asis-3_4_4-20041123.src/gnat' make[1]: *** No rule to make target `version.c', needed by `gnat'. Stop. make[1]: Leaving directory `/usr/src/gcc-builds/gcc-341/asis-3_4_4-20041123.src/gnat' make: *** [gnat] Error 2 I copied version.c/h manually. After "make install" gnatbind -aO./ -aO/opt/ada/include/asis -static -I- -x gnatelim-driver.ali error: "g-string.ali" not found, "g-string.adb" must be compiled gnatmake: *** bind failed. make[1]: *** [gnatelim] Error 4 make[1]: Leaving directory `/usr/src/gcc-builds/gcc-341/asis-3_4_4-20041123.src/tools/gnatelim' make: *** [install] Error 2 Again, it's the same errors I emailed you about. Luke.