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,7e07d42b7f3b3389 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!news.glorb.com!border1.nntp.dca.giganews.com!nntp.giganews.com!pd7cy2so!pd7cy1no!shaw.ca!pd7tw2no.POSTED!53ab2750!not-for-mail X-Trace-PostClient-IP: 70.71.56.91 From: Chris Dutton User-Agent: Mozilla Thunderbird 1.0 (X11/20050111) X-Accept-Language: en-us, en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Reading directories? References: <1196059.rss5kBRvty@linux1.krischik.com> In-Reply-To: <1196059.rss5kBRvty@linux1.krischik.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: Date: Tue, 22 Feb 2005 03:05:19 GMT NNTP-Posting-Host: 64.59.144.74 X-Complaints-To: abuse@shaw.ca X-Trace: pd7tw2no 1109041519 64.59.144.74 (Mon, 21 Feb 2005 20:05:19 MST) NNTP-Posting-Date: Mon, 21 Feb 2005 20:05:19 MST Organization: Shaw Residential Internet Xref: g2news1.google.com comp.lang.ada:8456 Date: 2005-02-22T03:05:19+00:00 List-Id: Martin Krischik wrote: > Chris Dutton wrote: > > >>So far I've found a lot of information on Ada.Directories, which looks >>good, but as far as I can see is not available for Gnat on Linux. > > > Sure it is available. The files are a-direct.ads and a-direct.adb. According > to the ChangeLog they are available since 2004-04-05. > > But in order to use Ada 2005 features (those which are actualy there > allready) you need to use a HEAD (4.0.0) release of gcc (currently at stage > 3 - beta testing) and use the -gnat05 commandline option. Are there any extraordinary measures necessary to get GCC 4 to compile? I've run into a fair number of problems with a mundane configure; make; make install routine.