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, MSGID_RANDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a02ecdd4cb0f0996 X-Google-Attributes: gid103376,public From: Robert Dewar Subject: Re: Pragma Inline and its Effects of Compilation Dependencies. Date: 2000/03/23 Message-ID: <8bdo85$bki$1@nnrp1.deja.com>#1/1 X-Deja-AN: 601388521 References: <8b64ul$jov$1@inputplus.demon.co.uk> <8b956s$9ts$1@nnrp1.deja.com> <8bd8d3$76s$1@inputplus.demon.co.uk> X-Http-Proxy: 1.0 x22.deja.com:80 (Squid/1.1.22) for client 205.232.38.14 Organization: Deja.com - Before you buy. X-Article-Creation-Date: Thu Mar 23 18:36:55 2000 GMT X-MyDeja-Info: XMYDJUIDrobert_dewar Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.61 [en] (OS/2; I) Date: 2000-03-23T00:00:00+00:00 List-Id: In article <8bd8d3$76s$1@inputplus.demon.co.uk>, ralph@inputplus.demon.co.uk (Ralph Corderoy) wrote: > Hi Robert, > > > > The manual seemed to suggest it didn't consider source outside the > > > current library. > > > > That's confused, GNAT has no notion of library in that sense. The > > only requirement is that all sources be available to the compilation > > process. > > OK, thanks. And having several thousand source files spread over > dozens of directories doesn't make this break down I guess. There are many ways of handling such a structure. One useful option is gnatmake -i, which compiles everything in place, putting new objects wherever the old ones were found, so that once you have everything where you want it, gnatmake automatically maintains this structure. Sent via Deja.com http://www.deja.com/ Before you buy.