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,4a87f6c0ecafba6,start X-Google-Attributes: gid103376,public From: Chia-Ching Wang Subject: Question about compiling Date: 1997/01/20 Message-ID: #1/1 X-Deja-AN: 211156566 organization: University of California, Irvine content-type: TEXT/PLAIN; charset=US-ASCII mime-version: 1.0 newsgroups: comp.lang.ada Date: 1997-01-20T00:00:00+00:00 List-Id: I have trouble compiling Ada programs. I tried to use gnatmake filename, but keep getting the error message such as gcc -c screen.adb gcc: screen.adb: linker input file unused since linking not done gnatmake: "screen.ali" WARNING file not found after compile Can someone tell me how to compile Ada programs and also how to run them after compilation? Thanks.