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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,9960fa51a4a478af X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-02-12 06:47:02 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: karlran1234@yahoo.com (Karl Ran) Newsgroups: comp.lang.ada Subject: Re: ACT announces availability of GNAT 3.14p Date: 12 Feb 2002 06:47:01 -0800 Organization: http://groups.google.com/ Message-ID: References: <5ee5b646.0201301849.4e951bcb@posting.google.com> <5ee5b646.0202071709.11b3f88c@posting.google.com> NNTP-Posting-Host: 217.227.68.196 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1013525221 5588 127.0.0.1 (12 Feb 2002 14:47:01 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 12 Feb 2002 14:47:01 GMT Xref: archiver1.google.com comp.lang.ada:19934 Date: 2002-02-12T14:47:01+00:00 List-Id: dewar@gnat.com (Robert Dewar) wrote in message news:<5ee5b646.0202071709.11b3f88c@posting.google.com>... > Stephen Leake wrote in message news:... > > Apparently ACT has decided not to fix this. > > As far as I know this warning occurs only with Redhat version 7, but > as clearly documented, 3.14p does not support Redhat 7, only Redhat 6. > Now it may be the case > that most things work fine with Redhat 7, but if you use > Redhat 7 with GNAT you are definitely on untested territory. OK, I admit, I'm running a untested Linux-Distribution(Suse 7.1) So, am I the only one who is using a 'bleeding-edge Linux-distribution'? How you guys got rid of these warnings? I'm using binutils-2.11.2 for some x-devl - can't go back to 2.9.1. I hope there are better solution than I have!: ~/bin/gnatlink: open IN, "/usr/gnat/bin/gnatlink @ARGV 2>&1 |"; while () { $line=$_; if ($line !~ /(tmp|temp)/) { print $line; } } A propper Ada version is left as an exercise for the reader ;) Karl, who is anxious about what will happen to posters who sends perl-hacks to comp.lang.ada ;)