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,c9bf6617358567a9 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-03-11 09:06:53 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!hammer.uoregon.edu!skates!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: Commercial license? Date: 11 Mar 2003 12:00:45 -0500 Organization: NASA Goddard Space Flight Center (skates.gsfc.nasa.gov) Message-ID: References: NNTP-Posting-Host: anarres.gsfc.nasa.gov Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: skates.gsfc.nasa.gov 1047402880 5737 128.183.235.92 (11 Mar 2003 17:14:40 GMT) X-Complaints-To: usenet@news.gsfc.nasa.gov NNTP-Posting-Date: 11 Mar 2003 17:14:40 GMT User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Xref: archiver1.google.com comp.lang.ada:35212 Date: 2003-03-11T17:14:40+00:00 List-Id: "David C. Hoos" writes: > From: "Preben Randhol" > > > Georg Bauhaus wrote: > > > > If you look at the GNAT compiler it needs the source code for Ada > > libraries. I'm not sure, but perhaps this is what he was referring to? > > > Not true. The facts are that if you provide a library, the only source > you need to supply is that for the specifications -- not the bodies, > in order for the library to be used. Thus, it is possible to keep > the implementation proprietary. If the library has generics, then the compiler needs the bodies of the generics as well. Ditto for inlined subprograms. -- -- Stephe