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-Thread: 103376,7684e927a2475d0 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news4.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!bcklog1.nntp.dca.giganews.com!nntp.comcast.com!news.comcast.com.POSTED!not-for-mail NNTP-Posting-Date: Fri, 23 Jun 2006 19:22:57 -0500 Date: Fri, 23 Jun 2006 20:08:35 -0400 From: Jeffrey Creem User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: can one build commercial applications with latest gnat and other licenses related questions... References: <449660f0$0$11077$9b4e6d93@newsread4.arcor-online.net> <1150717184.087134.177850@h76g2000cwa.googlegroups.com> <1151050924.969806.284410@c74g2000cwc.googlegroups.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: NNTP-Posting-Host: 24.147.74.171 X-Trace: sv3-7QtlTRcnCX0iUFp7Z5F0S4H00WHGdPa+mkico9oS+/OEIa2IEGCBaOC09W2p5pScUVrcWOXeSnPwuEr!YIxK8VDOJcI7aMY1pdKvzDfmYEhkYrHyEQu4CEGBnczN/JwXRZwKTsKJw8yAjazTiCyMunikKplw!TKg= X-Complaints-To: abuse@comcast.net X-DMCA-Complaints-To: dmca@comcast.net X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.32 Xref: g2news2.google.com comp.lang.ada:4943 Date: 2006-06-23T20:08:35-04:00 List-Id: Michael Bode wrote: > "Ludovic Brenta" writes: > > >>>But the application programmer *is* the user of the compiler. >> >>The question was not about the compiler, it was about the run-time >>library. > > > I thought the problem arises if one instantiates generics. This is > usage of an Ada compiler. I also thought the run-time could be linked > dynamically and thus be distributed separate. For now I'm fine with > gnat 3.15p, but maybe that also doesn't work for me licence-wise as... > This is not correct. If the runtime is GPL. Dynamically linking to it really does not help under the strictest interpretations of the GPL. You are thinking that some portion of the runtime is LGPL. It is not. It is GPL with a linking/generics exception (in the case of old GNAT <=3.15 releases and FSF derived GCC releases) which is actually slightly more permissive than the LGPL. The runtime is "GPL" in the case of the Libre/adacore GPL releases.