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,6b94aab2b2294f X-Google-Attributes: gid103376,public From: Pascal Sartoretti Subject: Re: Ada on MVS Date: 1998/12/21 Message-ID: <367E71DF.64DED54F@elca.ch>#1/1 X-Deja-AN: 424525219 Content-Transfer-Encoding: 7bit References: <367A66CA.5A8BC97D@elca.ch> <75gouu$c35$1@nnrp1.dejanews.com> To: dewar@gnat.com X-Accept-Language: en Content-Type: text/plain; charset=us-ascii Organization: ELCA Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 1998-12-21T00:00:00+00:00 List-Id: dewar@gnat.com wrote: > There is currently no Ada 95 compiler for MVS. Probably the > easiest path would be a GNAT port, since there is a gcc > available for MVS, but this would not be a trivial port, > and in particular specialized work would be needed to get > the tasking and tools working. There seems to be in fact two possibilities for a GNAT port to OS/390 (the new correct name today of MVS, sorry for the confusion): 1. A port to OS/390 itself. 2. A port to "OS/390 UNIX System Services" (see http://www2.s390.ibm.com/oe/index.html). It seems to be an Unix layer added on top of OS/390. The second solution should hopefully be easier than the first one. Which one would you qualify as "non trivial"? Pascal