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,77a3432eb1460969 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!news3.google.com!newshub.sdsu.edu!tethys.csu.net!nntp.csufresno.edu!sn-xt-sjc-02!sn-xt-sjc-08!sn-post-01!supernews.com!corp.supernews.com!not-for-mail From: "Jason C. Wells" Newsgroups: comp.lang.ada Subject: Re: License and Compiler Confusion Date: Sun, 26 Mar 2006 21:36:16 -0800 Organization: Posted via Supernews, http://www.supernews.com Message-ID: <122eueg73prnm74@corp.supernews.com> User-Agent: Thunderbird 1.5 (Windows/20051025) MIME-Version: 1.0 References: <122asvvbd4aru87@corp.supernews.com> <2506371.QCYPu8xXuI@linux1.krischik.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Complaints-To: abuse@supernews.com Xref: g2news1.google.com comp.lang.ada:3648 Date: 2006-03-26T21:36:16-08:00 List-Id: Bj�rn Persson wrote: > Martin Krischik wrote: >> That's only for the Libre distributed runtime library of GNAT. For some >> unknown reason they come with a stricter license then the FSF. But >> they are >> not available for FreeBSD anyway so don't worry. > > The package description that Jason linked to seems to indicate that > someone has packaged Gnat GPL for FreeBSD. Someone wrote the package description before someone did the work. I was perusing the CVS logs for the FreeBSD port. The Ada frontend (thanks for pointing out that distinction) for GCC 4.1 is not yet included with FreeBSD's port of gcc41 I tried rolling my own diff to the FreeBSD port but I haven't figured out how to bootstrap the compilation. Combinations of setting PATH and CC haven't worked so far. I had hoped my existing gnat-3.15 would bootstrap gcc41 and just work. The configure script says I have no support for Ada. This means I'll have to actually dig into it, or wait for someone else. Digging in isn't so bad since the intent here is learning. There is nothing better to help me learn that to break something and then fix it. Anyway, the original question has been answered. GCC 4.1 has the license terms I desire. Later, Jason C. Wells