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=unavailable autolearn_force=no version=3.4.4 X-Google-Thread: 103376,c664b94ca589f80f X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!news.germany.com!news.ecp.fr!news.jacob-sparre.dk!pnx.dk!not-for-mail From: "Randy Brukardt" Newsgroups: comp.lang.ada Subject: Re: Free Ada83 compiler for older Solaris/SPARC or IRIX? Date: Thu, 21 Feb 2008 16:03:48 -0600 Organization: Jacob's private Usenet server Message-ID: References: <47BC8252.84C89825@baigar.de> <87ve4juz93.fsf@ludovic-brenta.org> <47BD1A19.1A0523A4@baigar.de> NNTP-Posting-Host: static-69-95-181-76.mad.choiceone.net X-Trace: jacob-sparre.dk 1203632392 10051 69.95.181.76 (21 Feb 2008 22:19:52 GMT) X-Complaints-To: news@jacob-sparre.dk NNTP-Posting-Date: Thu, 21 Feb 2008 22:19:52 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1914 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1914 Xref: g2news1.google.com comp.lang.ada:19956 Date: 2008-02-21T16:03:48-06:00 List-Id: "Erik Baigar" wrote in message news:47BD1A19.1A0523A4@baigar.de... > Ludovic Brenta wrote: ... > > I don't know of such a thing in Ada 83. > Yes sorry, this is my fault. The piece of Ada code, I want > to use was originally compiled using Meridian Ada which > had a binding for VGA graphics supporting line drawing > commands and so on. Word of warning: the Meridian compiler was notoriously bad at enforcing the rules of the Ada language. It was not unusual for a program compiled with it to have major issues when it was ported to another Ada compiler. (We used to have many support calls about that, which required me to explain to people that things like for I in (1..10) loop is not legal Ada syntax.) Randy.