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.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,63d5d8b869c2be77,start X-Google-Attributes: gid103376,public From: Michael Appleby Subject: GNAT is crunching my file-names Date: 1998/02/05 Message-ID: <34DA8FA5.4B48@arlington.net>#1/1 X-Deja-AN: 322504591 Content-Transfer-Encoding: 7bit Mime-Version: 1.0 Reply-To: jappleby@arlington.net Content-Type: text/plain; charset=us-ascii Organization: StarText department of the Fort Worth Star Telegram Newsgroups: comp.lang.ada Date: 1998-02-05T00:00:00+00:00 List-Id: Hi. This is my first time to post here. Allow me to beat what's likely to be a long-dead horse ... I've installed GNAT 3.07 on my Windows95 P-200 machine. As an example, I wanted to compile some files from work. The files are good code and conform to the GNAT ADB/ADS file-extension paradigm. The compiler is faulting on a file name / procedure name mismatch. When given 'Terrain_Manager.adb' to compile is says that the file name doesn't match the procedure name. It seems to have taken 'Terrain_Manager.adb' crunched it to 'terrmana.adb', and faulted since the procedure name (Terrain_Manager) is not the same as the crunched file name. Is there a switch that I'm leaving out? Is this bad karma for trying to work at home? When at home, prehaps I'm only supposed to be playing games. Thanks in advance for anybody's help. Michael Appleby