comp.lang.ada
 help / color / mirror / Atom feed
From: Chris Morgan <mihalis@ix.netcom.com>
Subject: Re: newbie problem - how to
Date: 1998/11/06
Date: 1998-11-06T20:02:37-06:00	[thread overview]
Message-ID: <87g1bwi7gj.fsf@mihalis.ix.netcom.com> (raw)
In-Reply-To: 03F1770557943D79.F5DA81D0384C72CE.353F95DB3C8D0DD5@library-proxy.airnews.net

Dana Holland <dana@nav.cc.tx.us> writes:

> 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

GNAT doesn't use a special file called a library, you produce library
information files just by going ahead and compiling the Ada source code.

> 
> 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).

buftask.ali is the Ada Library Information file (.ali) for buftask -
an Ada unit you must have a mention of somewhere in your source
code. Have you compiled every source file? You should be able to just
do gnatmake main if main happens to be the name of the main unit.

We may need more information to really help.

Chris
-- 
Chris Morgan <mihalis at ix.netcom.com> 
       Home Web Server -  http://mihalis.dyn.ml.org/index.html




  reply	other threads:[~1998-11-06  0:00 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-11-06  0:00 newbie problem - how to Dana Holland
1998-11-06  0:00 ` Chris Morgan [this message]
1998-11-07  0:00   ` Dana Holland
1998-11-07  0:00     ` Chris Morgan
1998-11-08  0:00     ` Dale Stanbrough
1998-11-08  0:00       ` Dana Holland
1998-11-08  0:00         ` Chris Morgan
1998-11-09  0:00         ` Mark McKinney
1998-11-10  0:00           ` Dana Holland
1998-11-08  0:00       ` dewar
1998-11-08  0:00         ` Dana Holland
1998-11-08  0:00       ` bill_so
1998-11-08  0:00         ` Dana Holland
1998-11-08  0:00           ` Chris Morgan
1998-11-09  0:00       ` Jerry van Dijk
1998-11-10  0:00         ` bob_ev
1998-11-10  0:00           ` dennison
1998-11-10  0:00             ` Robert A Duff
1998-11-16  0:00               ` Matthew Heaney
1998-11-16  0:00                 ` Matthew Heaney
1998-11-16  0:00             ` Matthew Heaney
1998-11-23  0:00               ` Robert I. Eachus
1998-11-24  0:00                 ` John McCabe
1998-11-08  0:00     ` dewar
1998-11-07  0:00 ` Jerry van Dijk
1998-11-07  0:00   ` Dana Holland
1998-11-07  0:00   ` bob
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox