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-7-bit Path: g2news1.google.com!postnews.google.com!g10g2000cwb.googlegroups.com!not-for-mail From: "Ludovic Brenta" Newsgroups: comp.lang.ada Subject: Re: License and Compiler Confusion Date: 27 Mar 2006 04:15:53 -0800 Organization: http://groups.google.com Message-ID: <1143461753.782579.10300@g10g2000cwb.googlegroups.com> References: <122asvvbd4aru87@corp.supernews.com> <2506371.QCYPu8xXuI@linux1.krischik.com> <122eueg73prnm74@corp.supernews.com> NNTP-Posting-Host: 212.190.145.10 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1143461759 29590 127.0.0.1 (27 Mar 2006 12:15:59 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 27 Mar 2006 12:15:59 +0000 (UTC) In-Reply-To: <122eueg73prnm74@corp.supernews.com> User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; SunOS sun4u; fr-FR; rv:1.6) Gecko/20040116,gzip(gfe),gzip(gfe) X-HTTP-Via: 1.1 SEVPXS01 Complaints-To: groups-abuse@google.com Injection-Info: g10g2000cwb.googlegroups.com; posting-host=212.190.145.10; posting-account=ZjNXewwAAADyBPkwI57_UcX8yKfXWOss Xref: g2news1.google.com comp.lang.ada:3650 Date: 2006-03-27T04:15:53-08:00 List-Id: On FreeBSD, the compiler driver for GNAT 3.15p is "adagcc", not "gcc". You should be able to bootstrap like this: $ mkdir gcc.o $ cd gcc.o $ CC=adagcc ../gcc/configure --enable-languages=c,ada --prefix=/opt/... In my experience, GNAT 3.15p can bootstrap GCC 4.1 without a problem. It failed however when I tried to bootstrap GCC 4.0, long before it reached the Ada front-end. HTH -- Ludovic Brenta.