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,cb92bb56dabee99a X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!newsfeed2.dallas1.level3.net!news.level3.com!newsfeed-00.mathworks.com!nntp.TheWorld.com!not-for-mail From: Robert A Duff Newsgroups: comp.lang.ada Subject: Re: gnat : descendents of package System may not be compiled error Date: Mon, 23 May 2011 11:45:36 -0400 Organization: The World Public Access UNIX, Brookline, MA Message-ID: References: <88d0df80-7887-4610-a3c6-9082678d8130@x1g2000yqb.googlegroups.com> NNTP-Posting-Host: shell01.theworld.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: pcls6.std.com 1306165536 7170 192.74.137.71 (23 May 2011 15:45:36 GMT) X-Complaints-To: abuse@TheWorld.com NNTP-Posting-Date: Mon, 23 May 2011 15:45:36 +0000 (UTC) User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.3 (irix) Cancel-Lock: sha1:um1U1DYVaa/X+J0bZgN4+N+jPco= Xref: g2news1.google.com comp.lang.ada:19383 Date: 2011-05-23T11:45:36-04:00 List-Id: milouz writes: > $ gcc -m32 -gnato -gnatf -fstack-check -nostdinc -nostdlib -Isys/ -c > sys/s-expint.adb > s-expint.adb:32:01: descendents of package System may not be > compiled You have to use the -gnatg switch to recompile children of System. - Bob