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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,6924214332f7521d X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!h44g2000cwa.googlegroups.com!not-for-mail From: gautier_niouzes@hotmail.com Newsgroups: comp.lang.ada Subject: Re: Compilation on Vax with script files Date: 3 Jul 2006 07:22:50 -0700 Organization: http://groups.google.com Message-ID: <1151936570.547650.217390@h44g2000cwa.googlegroups.com> References: <1151930575.129180.284470@j8g2000cwa.googlegroups.com> NNTP-Posting-Host: 206.122.158.4 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1151936575 17157 127.0.0.1 (3 Jul 2006 14:22:55 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 3 Jul 2006 14:22:55 +0000 (UTC) User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 1.1.4322),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: h44g2000cwa.googlegroups.com; posting-host=206.122.158.4; posting-account=CZAoAgwAAAD9ntJQ85OlWL0_Q5EFdzP_ Xref: g2news2.google.com comp.lang.ada:5433 Date: 2006-07-03T07:22:50-07:00 List-Id: Chris L: > Are there any script files that commonly compile large programs? Do you > have an example? Trying to remember my programming experience on VMS - 6 years ago... So, IIRC, you have to 1/ create a library (once) and set it (each session), must be "acs lib create", "acs lib set" 2/ (once) compile each file (say xyz.ada) of your project with "ada xyz.ada"; this should include it into the library, or else there is an ACS command for that 3/ each time you want to recompile something (unit uvw), "acs comp uvw" does the job, with recompilations of depending units when necessary. Of course the "help" command, from prompt or from acs, will help you... HTH, Gautier _______________________________________________________________ Ada programming -- http://www.mysunrise.ch/users/gdm/gsoft.htm NB: For a direct answer, e-mail address on the Web site!