comp.lang.ada
 help / color / mirror / Atom feed
From: "Stuart" <stuart@0.0>
Subject: Re: How do I acquire information about non-standard library Ada packages
Date: Fri, 28 Jul 2006 09:07:58 +0100
Date: 2006-07-28T09:07:58+01:00	[thread overview]
Message-ID: <44c9c31d$1_1@glkas0286.greenlnk.net> (raw)
In-Reply-To: 1154018482.334890.316930@i42g2000cwa.googlegroups.com

"Chris L" <clusardi2k@aol.com> wrote in message 
news:1154018482.334890.316930@i42g2000cwa.googlegroups.com...
>
> Steve wrote:
>> Can you be more specific about what non-standard library packages?
>
> In general terms, I was wondering if there is a way to determine after
> I log onto a brand new VAX system what non-standard libraries are
> available?

If you mean pre-defined libraries pre-built into the Ada library I would 
try:
   $ ACS DIRECTORY *

Outside the ACS I would also have a poke around SYS$LIBRARY:

  $ DIRECTORY SYS$LIBRARY:*.ADA, SYS$LIBRARY:*ADA*

You may find an Ada directory (ADALIB)!

Quite often for the VAX you may be looking for a suitable STARLET library!

Looking in the SYS$HELP and SYS$EXAMPLES directories may also turn up useful 
information.
  $ DIRECTORY SYS$HELP:*ADA*
  $ DIRECTORY SYS$EXAMPLES:*ADA*

You could also poke around in the logical name tables

  $ SHOW LOGICAL ADA$*

(or SHOW LOGICAL *ADA* if you are feeling inquisitive).

Regards
-- 
Stuart 





  parent reply	other threads:[~2006-07-28  8:07 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1153937625.891281.39820@p79g2000cwp.googlegroups.com>
2006-07-26 21:20 ` How do I acquire information about non-standard library Ada packages Jeffrey R. Carter
2006-07-27  1:35 ` Steve
     [not found]   ` <1154018482.334890.316930@i42g2000cwa.googlegroups.com>
2006-07-27 17:00     ` Marius Amado-Alves
2006-07-27 20:00       ` Ludovic Brenta
2006-07-27 19:40     ` Adam Beneschan
2006-07-28  8:07     ` Stuart [this message]
2006-07-28 17:44       ` Martin Krischik
2006-07-31 14:00         ` Bob Spooner
2006-07-28 16:31     ` Martin Krischik
replies disabled

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