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,c664b94ca589f80f X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!feeder3.cambrium.nl!feeder1.cambrium.nl!feed.tweaknews.nl!62.216.30.27.MISMATCH!newsgate.cistron.nl!xs4all!feeder.news-service.com!newsfeed.freenet.de!news.code-werk.net!open-news-network.org!news.m-online.net!not-for-mail From: Erik Baigar Newsgroups: comp.lang.ada Subject: Re: Free Ada83 compiler for older Solaris/SPARC or IRIX? Date: Thu, 21 Feb 2008 07:28:41 +0100 Organization: (posted via) M-net Telekommunikations GmbH Message-ID: <47BD1A19.1A0523A4@baigar.de> References: <47BC8252.84C89825@baigar.de> <87ve4juz93.fsf@ludovic-brenta.org> NNTP-Posting-Host: ppp-82-135-3-219.dynamic.mnet-online.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: svr7.m-online.net 1203577339 22988 82.135.3.219 (21 Feb 2008 07:02:19 GMT) X-Complaints-To: abuse@m-online.net NNTP-Posting-Date: Thu, 21 Feb 2008 07:02:19 +0000 (UTC) X-Mailer: Mozilla 4.76C-SGI [en] (X11; I; IRIX64 6.5 IP28) X-Accept-Language: en Xref: g2news1.google.com comp.lang.ada:19936 Date: 2008-02-21T07:28:41+01:00 List-Id: Ludovic Brenta wrote: > > Look at Blatstwave and, failing that, GNAT 3.15p on > http://en.wikibooks.org/wiki/Ada_Programming/Installing > OK, blastwave looks worth a try. Thanks for this hint. > 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. > One alternative would be to consider replacing IRIX and Solaris with > Debian GNU/Linux on both your boxes. I do not really want to do this step since over the years I compiled and installed hundrets of useful programs on these boxes I do not want to miss. Using linux, the way would be to get a cheap notebook on eBay and use this... My hope was that someone out there has an old (maybe originally commercial but now discontinued and free) compiler to share. I already asked at Aonix and they claimed that it would be too much work to find the QIC tapes for the old ActiveAda distrubution :-( > also GtkAda, all prebuilt and ready to go. Then you'd have to convert > your old program to Ada 95 but that's probably not going to be very > difficult. The program is about 1000 lines long, so it seems to be not too much work to adapt it to Ada95... Thanks, Erik.