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,e283979660f903f,start X-Google-Attributes: gid103376,public From: "Darrin" Subject: GNAT 301a with Win95 Date: 1996/06/18 Message-ID: <01bb5da2.dc327500$33668acd@iris.gomontana.com>#1/1 X-Deja-AN: 160967029 organization: Chronicle Online newsgroups: comp.lang.ada Date: 1996-06-18T00:00:00+00:00 List-Id: Hello everyone!! I have been trying to get GNAT to compile a program that I know works with my University account. I have continued to get two errors: 1. "text_io (spec)" is not a language defined unit 2. warning: file name does not match unit name, should be "test.adb" About the first one. My program starts with: with text_io; use text_io; There is not a (spec). As for the second, the main procedure is called test and the file is test.adb. I even tried to compile the examples that come with GNAT and they don't work either. What am I missing? BTW, the commad line is as follows: $ c:/ada/gnat301a/gcc -c c:/ada/lab3/test.adb I admit that I haven't exhausted all attempts at reading the help file, but then again, the help file is somewhat confusing...at least to me. Thanks for your help. Darrin