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: 103376,54c513170bafd693 X-Google-Attributes: gid103376,public From: bruns@tetibm2.ee.TU-Berlin.DE (Warner Bruns) Subject: Re: Desirability of C++ Date: 2000/05/18 Message-ID: <8g15c0$dpc$1@mamenchi.zrz.TU-Berlin.DE>#1/1 X-Deja-AN: 625041127 Distribution: world References: <20000518061413.06047.00000001@ng-ck1.aol.com> <8ffbbj$6vq$1@mamenchi.zrz.TU-Berlin.DE> Organization: Technical University Berlin, Germany Reply-To: bruns@tetibm2.ee.TU-Berlin.DE (Warner Bruns) Newsgroups: comp.lang.ada Date: 2000-05-18T00:00:00+00:00 List-Id: In article <20000518061413.06047.00000001@ng-ck1.aol.com>, anthonygair@aol.comremoveme (ANTHONY GAIR) writes: > > All you need to do, is to compile the GNAT source on your alpha > installation.... > good luck > ********************************************** > > Are ADA and linux a good combination ?:- > visit www.remotely.useful.com - under construction This doesn't work, since gnat needs gnat to be compiled. I did try to cross-compile on an alpha running tru64. But it doesn't work, since the bin-utils do not allow the combination to be run on an alpha-tru64 and compile for an alpha-linux. I also tried to install the gnat-binaries from tru64 on linux-alpha. This also does not work, since the gnat executable produces assembler that the linux-assembler does not like. I really did spend some weekends to get a running gnat on linux-Alpha. So: Ada and Linux are not a good combination on the Alpha platform. Warner