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,a7e1cc697e6a4b51,start X-Google-Attributes: gid103376,public From: Dana Holland Subject: newbie problem - how to Date: 1998/11/06 Message-ID: <03F1770557943D79.F5DA81D0384C72CE.353F95DB3C8D0DD5@library-proxy.airnews.net>#1/1 X-Deja-AN: 409173283 Content-Transfer-Encoding: 7bit X-Orig-Message-ID: <364373E9.38646075@nav.cc.tx.us> Content-Type: text/plain; charset=us-ascii NNTP-Posting-Time: Fri Nov 6 16:14:10 1998 Organization: Navarro College NNTP-Proxy-Relay: library.airnews.net Mime-Version: 1.0 Abuse-Reports-To: abuse at airmail.net to report improper postings Newsgroups: comp.lang.ada Date: 1998-11-06T00:00:00+00:00 List-Id: For a class I'm taking, we're supposed to make a modification to an existing Ada program. I've been able to do that just fine - my problem is with getting the program to compile on GNAT. The instructor gave us step-by-step instructions to compile, but it appears that one of the commands is perhaps mistyped. The first step is to create a library with the following command: amklib adalib The system doesn't understand that command. Does that look familiar to anyone? I can go on and attempt to compile my specification, body, and main program segments, but it tells me that "buftask.ali is missing" - and I'm assuming .ali is a library (haven't been able to find that in the documentation yet). -- Dana Holland dana@nav.cc.tx.us Director, Computer Center (903) 874-6501 fax: (903) 874-4636 Navarro College - 3200 W. 7th Ave - Corsicana, TX 75110 http://www.nav.cc.tx.us/staff_pages/dana/dana.html All opinions are my own and probably don't even vaguely resemble those of Navarro College.