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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,f410c814fc533225 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-11-19 11:00:06 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!arclight.uoregon.edu!wn13feed!worldnet.att.net!204.127.198.203!attbi_feed3!attbi.com!rwcrnsc52.ops.asp.att.net.POSTED!not-for-mail From: tmoran@acm.org Newsgroups: comp.lang.ada Subject: Re: ANNOUNCE: GNAT 3.15p release References: X-Newsreader: Tom's custom newsreader Message-ID: NNTP-Posting-Host: 12.234.13.56 X-Complaints-To: abuse@attbi.com X-Trace: rwcrnsc52.ops.asp.att.net 1037732404 12.234.13.56 (Tue, 19 Nov 2002 19:00:04 GMT) NNTP-Posting-Date: Tue, 19 Nov 2002 19:00:04 GMT Organization: AT&T Broadband Date: Tue, 19 Nov 2002 19:00:04 GMT Xref: archiver1.google.com comp.lang.ada:31114 Date: 2002-11-19T19:00:04+00:00 List-Id: > : Is something additonal needed to get "consistent versions of gcc/gnatbind"? > I first removed all 3.14 related installations, then installed the > corresponding 3.15p versions. A Hello World! compiles and runs. When I installed 3.15 it asked if I wanted to remove 3.14 and I said Yes. When that resulted in the gcc/gnatbind problem I tried "Add/Remove" to get rid of all Gnat stuff and then reran gnat-3.15p-nt and gnatwin-3.15p. "gnatmake test" still gets the same gcc/gnatbind error message. > Then I've tried mkshapes.bat from the CLAW IE, which ran into > an elaboration circularity. Apparently the static elaboration in Gnat 3.15 doesn't work like others. The full fix is an appropriate set of "pragma"s. That's used in the upcoming Claw release (which also drops the special patches no longer needed to get around a Gnat 3.13/3.14 bug). For today, the easy fix is to use "-gnatE".