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,cb92bb56dabee99a X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!e17g2000prj.googlegroups.com!not-for-mail From: milouz Newsgroups: comp.lang.ada Subject: Re: gnat : descendents of package System may not be compiled error Date: Mon, 23 May 2011 09:38:09 -0700 (PDT) Organization: http://groups.google.com Message-ID: <5d20be66-86df-4eee-9634-3558e8abf7f4@e17g2000prj.googlegroups.com> References: <88d0df80-7887-4610-a3c6-9082678d8130@x1g2000yqb.googlegroups.com> NNTP-Posting-Host: 82.124.213.230 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1306168734 16375 127.0.0.1 (23 May 2011 16:38:54 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 23 May 2011 16:38:54 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: e17g2000prj.googlegroups.com; posting-host=82.124.213.230; posting-account=2RsWdAoAAACKmfJMpyMjxrxuBA0nNyCZ User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.68 Safari/534.24,gzip(gfe) Xref: g2news1.google.com comp.lang.ada:19384 Date: 2011-05-23T09:38:09-07:00 List-Id: On May 23, 5:45=A0pm, Robert A Duff wrote: > You have to use the -gnatg switch to recompile children of System. It works fine :-D Thank you very much !