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: Stephen Leake Subject: Re: C++ source of GANT compiler ??? Date: 2000/02/01 Message-ID: #1/1 X-Deja-AN: 580559869 References: <389568BF.69A8DA62@tor.indra.es> <873s41$psg1@ftp.kvaerner.com> X-Complaints-To: dscoggin@cne-odin.gsfc.nasa.gov X-Trace: skates.gsfc.nasa.gov 949446805 16537 128.183.220.71 (1 Feb 2000 23:13:25 GMT) Organization: NASA Goddard Space Flight Center NNTP-Posting-Date: 1 Feb 2000 23:13:25 GMT Newsgroups: comp.lang.ada Date: 2000-02-01T23:13:25+00:00 List-Id: "Tarjei T. Jensen" writes: > 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. Yes, this is the correct approach. It is not that hard! Contact ACT for support in doing this; they often put a lot of effort into evaluation support for potential customers. They may also have such a port in the works. Just send an email to 'sales@gnat.com'; the worst that could happen is they say "no thanks" ! -- Stephe