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: a07f3367d7,2bf29147cdba9fd8 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!postnews.google.com!d4g2000yqa.googlegroups.com!not-for-mail From: Ludovic Brenta Newsgroups: comp.lang.ada Subject: Re: Gnat says libraries are not supported. Date: Sun, 26 Jul 2009 03:13:22 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <7a4m6uF1toatnU1@mid.individual.net> <6sdmh6-g3f2.ln1@macpro.krischik.com> <26c8cdef-6a39-4953-98a9-be2732774304@y17g2000yqn.googlegroups.com> <7d10snF2a3u87U1@mid.individual.net> NNTP-Posting-Host: 88.170.86.208 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1248603202 25461 127.0.0.1 (26 Jul 2009 10:13:22 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 26 Jul 2009 10:13:22 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: d4g2000yqa.googlegroups.com; posting-host=88.170.86.208; posting-account=pcLQNgkAAAD9TrXkhkIgiY6-MDtJjIlC User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.11) Gecko/2009061208 Iceweasel/3.0.9 (Debian-3.0.9-1),gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:7360 Date: 2009-07-26T03:13:22-07:00 List-Id: Bj=F6rn Persson wrote: > [...] The error is present in the GCC 4.4.0 > release, but it's been fixed in 4.4.1. That explains why several people saw it on other platforms (OpenBSD and Mac OS X were mentioned), whereas Debian never had the problem. The Debian patches hide it by replacing gnattools/Makefile.in almost completely. > I can't see that TOOLS_TARGET_PAIRS in gcc/ada/gcc-interface/Makefile.in = is > used for anything. The value of TOOLS_TARGET_PAIRS in gnattools/Makefile.= in > most likely comes from gnattools/configure. But the GCC build system is d= eep > magic to me so I may have missed something. Mmh, that's a good point. I cannot see any references to gcc/ada/gcc- interface/Makefile.in's TOOLS_TARGET_PAIRS either. I think this is worth reporting upstream. -- Ludovic Brenta.