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=-0.8 required=5.0 tests=BAYES_00,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,67c015611f3e7658 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1994-09-13 01:34:45 PST Path: nntp.gmd.de!newsserver.jvnc.net!nntpserver.pppl.gov!princeton!udel!MathWorks.Com!yeshua.marcam.com!charnel.ecst.csuchico.edu!nic-nac.CSU.net!usc!howland.reston.ans.net!swiss.ans.net!cmcl2!thecourier.cims.nyu.edu!thecourier.cims.nyu.edu!nobody From: dewar@cs.nyu.edu (Robert Dewar) Newsgroups: comp.lang.ada Subject: Re: GNAT for rs6k Date: 12 Sep 1994 09:59:26 -0400 Organization: Courant Institute of Mathematical Sciences Message-ID: <351mru$s39@gnat.cs.nyu.edu> References: <351j4u$ml8@babyblue.cs.yale.edu> NNTP-Posting-Host: gnat.cs.nyu.edu Keywords: GNAT rs6k RS/6000 Date: 1994-09-12T09:59:26-04:00 List-Id: 1.79 can definitely NOT build 1.82 In general at the moment we only guarantee that you can build N+1 from N, and even then there can be some difficult cases (in particular building 1.81 from 1.80 is tricky, the readme has full details but they are tricky to follow -- some have succeeded, but some have had trouble). There are two reasons for bootstrap path problems of this type. First we are using more features as we go along and as they are available to us. Second runtime library incojmpatibilties cause trouble (we are trying to work out an approach to minimize the second problem)