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!news3.google.com!feeder1-2.proxad.net!proxad.net!feeder1-1.proxad.net!club-internet.fr!feedme-small.clubint.net!border2.nntp.ams.giganews.com!nntp.giganews.com!feeder3.cambrium.nl!feed.tweaknews.nl!not-for-mail From: Ludovic Brenta Newsgroups: comp.lang.ada Subject: Re: Free Ada83 compiler for older Solaris/SPARC or IRIX? References: <47BC8252.84C89825@baigar.de> Date: Wed, 20 Feb 2008 21:52:24 +0100 Message-ID: <87ve4juz93.fsf@ludovic-brenta.org> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) Cancel-Lock: sha1:tba8lkeeYumiYRBMwlklObhwiTI= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Organization: Tele2 X-Trace: DXC=3NCH?`[gni5i76X_kIDL\<6`Y6aWje^Y:98CY_ZQF@R2Z947KLfQUl2S1fiCllalf Erik Baigar writes: > Hi, > > does anyone out there know/have an older Ada83 compiler which runs > on SPARC/Solaris (e.g. 2.6) or SGI/IRIX(6.5) which he is > able/willing to share? > > I have a piece of Ada code I want to make run on these toys. Of > course I know of gnat, but dislike the task of compiling gcc with > gnat/ada-support on these platforms. Would be great if the compiler > does support some form of plot/draw command for graphics output > (AdaEd which I succesfully compiled for IRIX does unfortunately > not). Look at Blatstwave and, failing that, GNAT 3.15p on http://en.wikibooks.org/wiki/Ada_Programming/Installing As for the graphics output, I'm afraid you'll have to roll your own as I don't know of such a thing in Ada 83. One alternative would be to consider replacing IRIX and Solaris with Debian GNU/Linux on both your boxes. You will get not only GNAT but 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. HTH -- Ludovic Brenta.