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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,8606989b4a27b8f7 X-Google-Attributes: gid103376,public From: kilgallen@eisner.decus.org (Larry Kilgallen) Subject: Re: Ada Compilers For DEC Alpha OSF/1 (UNIX) Date: 1996/10/17 Message-ID: <1996Oct17.093408.1@eisner>#1/1 X-Deja-AN: 190067917 x-nntp-posting-host: eisner.decus.org references: <32666B52.2E23@datel.demon.co.uk> x-nntp-posting-user: KILGALLEN x-trace: 845559253/20467 organization: LJK Software newsgroups: comp.lang.ada Date: 1996-10-17T00:00:00+00:00 List-Id: In article <32666B52.2E23@datel.demon.co.uk>, Rick Pickup writes: > Does anyone out there know of any good Ada compilers for the DEC Alpha > under UNIX (OSF/1)and any good debuggers with a good x-window front > end. I am particularly interested in compilers that do not suffer from > problems with generic instantiation and large image sizes. Someone involved with GNAT will certainly answer for that offering. Rational has a DEC OSF/1 (Digital Unix) product as well. DEC offers an Ada 83 compiler called DEC Ada which corresponds to their VMS product by the same name. I have never had a problem with lots of generic instantiation on VMS, although my use is lots of simple generics rather than more complex generics. Following in their VMS tradition, DEC OSF/1 has two debuggers. One of them supports Ada, but I am not experienced to say how good it is. I would be surprised if the DEC product had image size problems on DEC OSF/1, since the OS is aimed at 64 bit addressing, but you sound like you had problems with some compiler in this environment so perhaps it was DEC Ada. Personally, I would be interested in seeing a mention of such problems posted such that those of us who may want to depend on a particular compiler in the future can be forwarned. Larry Kilgallen