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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,f79349b3cdc0da96 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news3.google.com!news1.google.com!news.germany.com!news.tu-darmstadt.de!newsfeed.freenet.de!newsfeed01.chello.at!newsfeed02.chello.at!news.hispeed.ch.POSTED!not-for-mail Message-ID: <1287855.BXoo5v8As0@linux1.krischik.com> From: Martin Krischik Subject: Re: How do I acquire information about non-standard library Ada packages Newsgroups: comp.lang.ada Date: Fri, 28 Jul 2006 19:44:16 +0200 References: <1153937625.891281.39820@p79g2000cwp.googlegroups.com> <1154018482.334890.316930@i42g2000cwa.googlegroups.com> <44c9c31d$1_1@glkas0286.greenlnk.net> User-Agent: KNode/0.10.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Complaints-To: abuse@hispeed.ch Organization: hispeed.ch NNTP-Posting-Host: 84.74.130.70 (84.74.130.70) NNTP-Posting-Date: Fri, 28 Jul 2006 20:30:04 +0200 X-Trace: 22db644ca57acf1ef27e312760 Xref: g2news2.google.com comp.lang.ada:5999 Date: 2006-07-28T19:44:16+02:00 List-Id: Stuart wrote: > "Chris L" 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). Provided the OP really uses a legacy VAX and Dec Ada. For more modern OpenVMS systems GNAT is also available. Martin -- mailto://krischik@users.sourceforge.net Ada programming at: http://ada.krischik.com