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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,ec9aeb73f010352f X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-02-12 15:00:24 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: anh_vo@udlp.com (Anh_Vo) Newsgroups: comp.lang.ada Subject: Re: How to compile Ada.Text_IO.xxxxx files (Was: Random Access in Ada.Text_IO files) Date: 12 Feb 2003 15:00:24 -0800 Organization: http://groups.google.com/ Message-ID: <5a59d6a9.0302121500.237146e@posting.google.com> References: NNTP-Posting-Host: 65.168.132.185 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1045090824 25281 127.0.0.1 (12 Feb 2003 23:00:24 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 12 Feb 2003 23:00:24 GMT Xref: archiver1.google.com comp.lang.ada:34039 Date: 2003-02-12T23:00:24+00:00 List-Id: According to the GNAT User's Guide, option -gnatg should be used. A. Vo "Micha Morawski" wrote in message news:... > Does anybody know how to compile the child package of standard package (like > Ada.Text_IO.Random). > Normally GNAT refuse to compile it. > > Michal Morawski