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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,d451f78483dcadc8 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1995-02-26 07:28:24 PST Path: nntp.gmd.de!news.rwth-aachen.de!news.rhrz.uni-bonn.de!RRZ.Uni-Koeln.DE!uni-duisburg.de!zib-berlin.de!news.mathworks.com!news.kei.com!bloom-beacon.mit.edu!panix!cmcl2!thecourier.cims.nyu.edu!thecourier.cims.nyu.edu!nobody From: dewar@cs.nyu.edu (Robert Dewar) Newsgroups: comp.lang.ada Subject: Re: GNAT for OS/2 Date: 26 Feb 1995 08:20:22 -0500 Organization: Courant Institute of Mathematical Sciences Message-ID: <3ipv6m$938@gnat.cs.nyu.edu> References: <3im1c6$1p1@ionews.ionet.net> NNTP-Posting-Host: gnat.cs.nyu.edu Date: 1995-02-26T08:20:22-05:00 List-Id: "Does anyone know what happened to the OS/2 version of GNAT ..." Well, let's see, it is just possible that the GNAT folks might know, hmm! wonder why this chap is not sending the note to gnat-report, where he would have got a direct reply right away from Bernard Banner who is doing the port? Seriously, please ALWAYS copy questions about GNAT to gnat-report. Not all the GNAT team reads comp.lang.ada, and for me it is MUCH lower priority to read CLA than to stay on top of the gnat-request list. Still, this particular question is of general interest, so here is a status update on the OS/2 version. Right now, we are going through a minor earthquake on the OS/2 version, because we are switching to the EMX release of GCC, and building on top of that, rather than our previous adaptation of the native release. Ther are great advantages in this switch, most notably, it means that gdb (the GCC debugger) will be available under OS/2 for the first time. However, it means that all the system build tools, make files, release procedures, packaging up and distribution procedures have to be redone, and that is taking some time. We have the port up and running, and the latest version is successfully bootstrapped. We are now just a couple of days away from making the release. Sorry for the discombobulation, but we wanted to get the EMX release out as soon as possible, so we did not want to delay things by spending time getting 2.0x out under the old release. Hopefully it will be worth the wait ...