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,65de2fc1432a15bb X-Google-Attributes: gid103376,public From: labtek@cs.yale.edu (Tom Griest) Subject: Using DOS GNAT on Win95 (was Re: problems with GNAT in Win95?) Date: 1996/10/23 Message-ID: <54li3gINNfa0@RA.DEPT.CS.YALE.EDU>#1/1 X-Deja-AN: 191523276 distribution: world references: <54hbgi$t9r@camel0.mindspring.com> organization: Yale University Computer Science Dept., New Haven, CT 06520-2158 cc: jconley@mindspring.com newsgroups: comp.lang.ada Date: 1996-10-23T00:00:00+00:00 List-Id: In article <54hbgi$t9r@camel0.mindspring.com> jconley@mindspring.com writes: >The other day I posted a problem that seemed strange, only to come to >find out that the problem seems to be that the GNAT305s does not like >Win95 very well (at least with some data structures?). I tried >compiling the EXACT same source code under win95 and under dos (same >machine, rebooted it) and the compiler (linker actually) crashed >everytime under windows but would link,bind, and execute under DOS >mode with no problem. Is there a different version of GNAT for win95 >specific??? I am using the one that came with ez2load - GNAT 305s for >msdos with djgpp v2.? dos extender. Has anyone else came across >problems with GNAT and win95? As you guessed, there is a different version of GNAT ported specifically to Win32 platforms: Win95 and WinNT. The current version of this is 3.04a, but another release is in the works. ACT and LabTek have decided to migrate GNAT/Win32 to the Cygnus GNU tools to make 'freeer' use of GNAT on Win32, but this has not been without considerable work. Most of this work is being done by ACT which will be making future releases of GNAT "Win32 Ready". In the long run, this will be a big benefit for those using the Win32 platform, but for now use the 3.04a release. This is available at ftp://cs.nyu.edu/pub/gnat/win95/. -Tom Griest LabTek Corp.