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.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 100159,7efe49a1678baeac,start X-Google-Attributes: gid100159,public X-Google-Thread: 103376,7efe49a1678baeac,start X-Google-Attributes: gid103376,public From: Viqar Abbasi Subject: SGI Developer Magic - Ada95 Date: 1998/07/14 Message-ID: <35ABDCDF.7B8F@cae.ca>#1/1 X-Deja-AN: 371491758 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii Organization: CAE Electronics Ltd Mime-Version: 1.0 Reply-To: viqar@cae.ca Newsgroups: comp.lang.ada,comp.sys.sgi.misc Date: 1998-07-14T00:00:00+00:00 List-Id: Has anyone out there used the "SGI Developer Magic ProDev Ada95" compiler? The information provided on the SGI website (http://www.sgi.com/Products/DevMagic/products/project_ada95.html) seems to indicate that its the tool for the task at hand. The task at hand is to incorporate Ada into large infrastructure based in C and Fortran, on the SGI Irix platform. I want to call the Ada from C and Fortran, without any limitations. The Verdix compiler we have now doesn't allow "in out" parameters in procedures.. just "out" parameters. Also, we're able to link and run basic programs in GNAT... but have been having other problems with newer versions of GNAT. The last stable version seems to be 3.09. Therefore, we're a bit GNAT-wary. We don't need all the graphical-debugger and fancy stuff like that provided by SGI. We just want a stable, robust Ada compiler, which produces object files we can link in with our existing software. Is SGI Ada95 the answer? V.