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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,a6975ef46c052458 X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!q27g2000prf.googlegroups.com!not-for-mail From: qunying Newsgroups: comp.lang.ada Subject: Re: Runtime versions (GPL vs Modified GPL) Date: Tue, 20 May 2008 14:40:55 -0700 (PDT) Organization: http://groups.google.com Message-ID: <4e35a783-6664-411e-abf6-216bec0bbbc2@q27g2000prf.googlegroups.com> References: <0b115c04-ead8-4cec-8867-94ca9632a5b9@w1g2000prd.googlegroups.com> NNTP-Posting-Host: 208.181.115.4 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1211319656 19578 127.0.0.1 (20 May 2008 21:40:56 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 20 May 2008 21:40:56 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: q27g2000prf.googlegroups.com; posting-host=208.181.115.4; posting-account=5q5YygoAAACq51EZyUjcDXZ0T5AqLVPG User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9pre) Gecko/2008052004 Minefield/3.0pre,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:273 Date: 2008-05-20T14:40:55-07:00 List-Id: On May 16, 3:12=A0pm, Simon Wright wrote: > > If it's an FSF GCC including Ada then it will be the version that > allows you to build proprietary code. That would include GNAT from > Cygwin or as part of your Linux distribution. I don't think you could do that with Cygwin version. When using the cygwin runtime, you either need to GPL your code or obtain a license from redhat. Or you use mingw build to avoid the cygwin runtime.