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,5473431e91435145 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!u12g2000vbf.googlegroups.com!not-for-mail From: Julian Leyh Newsgroups: comp.lang.ada Subject: Re: gnat GPL 2010 or gcc/ada? Date: Mon, 7 Mar 2011 07:35:17 -0800 (PST) Organization: http://groups.google.com Message-ID: References: NNTP-Posting-Host: 194.156.172.86 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1299512117 5791 127.0.0.1 (7 Mar 2011 15:35:17 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 7 Mar 2011 15:35:17 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: u12g2000vbf.googlegroups.com; posting-host=194.156.172.86; posting-account=4IMjSwoAAABghF4GBOy5ozdaZM8EkGwR User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.107 Safari/534.13,gzip(gfe) Xref: g2news2.google.com comp.lang.ada:18918 Date: 2011-03-07T07:35:17-08:00 List-Id: On 6 Mrz., 05:51, "Nasser M. Abbasi" wrote: > Another question: I would like to use gcc to build an Ada program, > only because I know gcc is available everywhere, but if I use gnat GPL > how do I make sure the same program will build with gcc if > one of these 2 choices happened to be 'recent' than the other or > one has more packages than the other? You'd have to test your program with all the compilers you want it to be compilable with, i.e. compile it with both, GNAT-GPL and GCC-GNAT.