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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,d6f7b92fd11ab291 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-07-17 02:42:47 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!uio.no!ntnu.no!not-for-mail From: Preben Randhol Newsgroups: comp.lang.ada Subject: Re: Crosspost: Help wanted from comp.compilers Date: Thu, 17 Jul 2003 09:42:46 +0000 (UTC) Organization: Norwegian university of science and technology Message-ID: References: <1058275843.720814@master.nyc.kbcfp.com> <3F158832.1040206@attbi.com> NNTP-Posting-Host: kiuk0152.chembio.ntnu.no X-Trace: tyfon.itea.ntnu.no 1058434966 552 129.241.83.78 (17 Jul 2003 09:42:46 GMT) X-Complaints-To: usenet@itea.ntnu.no NNTP-Posting-Date: Thu, 17 Jul 2003 09:42:46 +0000 (UTC) User-Agent: slrn/0.9.7.4 (Linux) Xref: archiver1.google.com comp.lang.ada:40395 Date: 2003-07-17T09:42:46+00:00 List-Id: Robert I. Eachus wrote: > Hoo, boy. That is good. Do you really understand how the GNAT "source > based" model works? Everytime you compile a unit the specification for > every package/unit withed by that unit is recompiled. Perhaps I misunderstand you, but if you make the .ali files read-only the library won't be recompiled when you with a unit in your program. If it needs to be due to change of compiler or some other reason the compiler will stop compiling and tell you it is needed. But I guess you were refering to something else? -- Ada95 is good for you. http://www.crystalcode.com/codemage/MainMenu/Coding/Ada/IntroducingAda.php