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,7e07d42b7f3b3389 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!proxad.net!newsfeed.stueberl.de!uucp.gnuu.de!newsfeed.arcor.de!news.arcor.de!not-for-mail Date: Tue, 22 Feb 2005 16:47:54 +0100 From: Georg Bauhaus Organization: future apps GmbH User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20050105 Debian/1.7.5-1 X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Reading directories? References: <1196059.rss5kBRvty@linux1.krischik.com> <2223704.gy1MrSxFJ0@linux1.krischik.com> <421b09c4$0$24945$9b4e6d93@newsread2.arcor-online.net> <4530293.7i7TkltYeg@linux1.krischik.com> In-Reply-To: <4530293.7i7TkltYeg@linux1.krischik.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Message-ID: <421b5423$0$24930$9b4e6d93@newsread2.arcor-online.net> NNTP-Posting-Date: 22 Feb 2005 16:47:47 MET NNTP-Posting-Host: 8d165168.newsread2.arcor-online.net X-Trace: DXC=Mb0L301QH=o_Pi]:Sm<]\dQ5U85hF6f;djW\KbG]kaMhea\9g\;7NmePMd`k@lV3HfUUng9_FXZ=c>:=P9Ihe`Bh@Z?dZ]MOide X-Complaints-To: abuse@arcor.de Xref: g2news1.google.com comp.lang.ada:8462 Date: 2005-02-22T16:47:47+01:00 List-Id: Martin Krischik wrote: > Georg Bauhaus wrote: >>$ path_to_GCC_src/configure --prefix=/some/where --enable-languages=c,ada >>$ make bootstrap (and have lunch) >>$ make check (to see whether it is in good shape) > > > Well, I found that "make check" won't allways work - it needs some strange > tools. $ apt-get install dejagnu should suffice in many cases, assuming the necessary auto**** suite is installed. -- Georg