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,745cb6e69fcc03a0 X-Google-Attributes: gid103376,public From: dewar@cs.nyu.edu (Robert Dewar) Subject: Re: question regarding number of files Date: 1996/08/20 Message-ID: #1/1 X-Deja-AN: 176460960 references: <4v2tbn$luc@hermes.acs.unt.edu> <4vau8i$ap6@newsbf02.news.aol.com> organization: Courant Institute of Mathematical Sciences newsgroups: comp.lang.ada Date: 1996-08-20T00:00:00+00:00 List-Id: John Herro said " For more information about the Ada library and its advantages, download the Ada Tutor program at the Web or FTP site below my signature." The notion of an Ada library is an obsolete Ada 83 concept. In Ada 95, this is replaced with the notion of a compilation environment, which may be represented in many ways (for example in GNAT it is represented using the original source files). So John's comments about a library are highly implementation specific and do not apply to GNAT. I have not read what Ada Tutor has to say about libraries, but it sounds like it is probably Ada 83, rather than Ada 95 relevant. Now of course John *may* be right if you are not using GNAT. If you are using GNAT, there are also several files generated, as described in the documentation (I hope you are not yet another user of GNAT who has not read gantinfo.txt :-) but they do not have to do with checking types etc.