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=-0.8 required=5.0 tests=BAYES_00,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,7d6b0cfdf0f4e74f X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1994-11-28 19:07:14 PST Path: nntp.gmd.de!xlink.net!howland.reston.ans.net!europa.eng.gtefsd.com!news.mathworks.com!panix!cmcl2!thecourier.cims.nyu.edu!thecourier.cims.nyu.edu!nobody From: dewar@cs.nyu.edu (Robert Dewar) Newsgroups: comp.lang.ada Subject: Re: Interesting OS/2 product for GNAT users.... Date: 28 Nov 1994 19:32:56 -0500 Organization: Courant Institute of Mathematical Sciences Message-ID: <3bdsro$259@gnat.cs.nyu.edu> References: <3b73a7$c2d@Starbase.NeoSoft.COM> NNTP-Posting-Host: gnat.cs.nyu.edu Date: 1994-11-28T19:32:56-05:00 List-Id: It is quite possible to install GNAT on an OS/2 FAT partition. There are a couple of minor glitches in past releases, but they are easily got by. THe new release should be free of these glitches. We know lots of people running OS/2 GNAT on a FAT partition. Of course, in the absence of extra tools, you are stuck with 8 char file names, and you may well want to use the -o switch of the binder to specify an alternative name (otherwise the main program will be limited to 6 characters). To stick to 8-char file names, either keep library unit names short, or use the -gnatk8 switch to crunch longer names to 8 characters.