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,8c94ccb477f38e1b X-Google-Attributes: gid103376,public From: "Tarjei T. Jensen" Subject: Re: C++ source of GANT compiler ??? Date: 2000/01/31 Message-ID: <873s41$psg1@ftp.kvaerner.com>#1/1 X-Deja-AN: 579848203 Content-Transfer-Encoding: 7bit References: <389568BF.69A8DA62@tor.indra.es> Content-Type: text/plain; charset="iso-8859-1" X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2120.0 Organization: Kv�rner Group IT Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 2000-01-31T00:00:00+00:00 List-Id: Manuel Baz wrote in message <389568BF.69A8DA62@tor.indra.es>... >We need to make a GNAT compiler on DG/UX from source files, the source >files of >GNAT version 3.11 are Ada95 , but we don't have a Ada95 compiler on this >platform. > >We do have C++ compiler on DG/UX. > >Please , where could we get the C++ source of GNAT Compiler (any >version) ??? I think you will have to create a cross compiler. Use the gcc and gnat source and compile the code on a supported plattform. And make sure dg/ux is the target. Exactly how to do it I don't know. You may have to read up on the process. Greetings,