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,99d04266e293cdd1 X-Google-Attributes: gid103376,public From: mfeldman@seas.gwu.edu (Michael Feldman) Subject: Re: File Name Rules Date: 1996/07/10 Message-ID: <4s0qcb$5sj@felix.seas.gwu.edu>#1/1 X-Deja-AN: 167620911 references: <4ruegk$42b@catapult.gatech.edu> organization: George Washington University newsgroups: comp.lang.ada Date: 1996-07-10T00:00:00+00:00 List-Id: In article <4ruegk$42b@catapult.gatech.edu>, Daniel J wrote: >Fellow Ada programmers, >I am working on some software that I want to compile with two compilers: >Alsys Activada (Windows 3.11) and GNAT 3.05 (Linux). The problem I'm having >is GNAT asks for the full compilation unit name, while ActivAda wants a >shortened name. I don't want to go through and change all the file names, >around 200 files, sheez. I've looked, but are you familiar with GNAT enough >to tell/point me further?? Like some command line option (-gnatv)..? I think Activada is not particular about the filenames, so you can use gnatchop to make copies that will have the standard GNAT 8+3 krunched names. See gnatinfo.txt for info on gnatchop. You can easily write a script to go through a directory and gnatchop everything in it. Mike Feldman