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,c4ab69bf7d3638f1 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!feeder.news-service.com!85.214.198.2.MISMATCH!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Differences between gnat 4.4.5 and 4.5.1 Date: Mon, 21 Mar 2011 10:16:05 +0000 Organization: A noiseless patient Spider Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: mx02.eternal-september.org; posting-host="dFCm8HWntFqmDIilBLqEJQ"; logging-data="32365"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX192a+cHyonNrQES/o3DvEhB2dfCUAD/swI=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (darwin) Cancel-Lock: sha1:Xh+1Bjnbrcy7PECjd5cxP4naXx8= sha1:ySC3x+Geft6a0qBRGFCQh6XBFH0= Xref: g2news1.google.com comp.lang.ada:18343 Date: 2011-03-21T10:16:05+00:00 List-Id: "Dmitry A. Kazakov" writes: > I installed Fedora 14 recently and tested it a bit. Unfortunately it is > unusable to me. I didn't really tested it for the compiler bugs (there were > plenty before), because the first stumble block I could not overcome was an > outdated gnatmake It does not support relocatable library projects to > depend on static ones. Binutils have some libraries only static, and I > needed them. The older gnatmake just ignored the issue. The newer one does > not, but the switch to shut it up (--unchecked-shared-lib-imports) is not > there. gprbuild is not there either. So I put it in ice until another > version. On Mac OS X I fell over this (trying to build a relocatable GNATcoll/GMP against a static GMP). It wasn't GCC that complained, though, it was ld - trying to create a pic binary from a non-pic library. I forget the exact error message. But, on this platform, --unchecked-shared-lib-imports would probably be no use anyway. > It seems that GNAT GPL 2010 is still the only choice for Fedora 14. One thing you can do with it is build a stable FSF GCC.