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=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!news.szaf.org!news.gnuher.de!rz.uni-karlsruhe.de!feed.news.schlund.de!schlund.de!news.online.de!not-for-mail From: Felix Krause Newsgroups: comp.lang.ada Subject: Re: GCC 4.8.1 for Mac OS X Date: Tue, 9 Jul 2013 17:31:29 +0200 Organization: 1&1 Internet AG Message-ID: References: NNTP-Posting-Host: pd9540fcd.dip0.t-ipconnect.de Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Trace: online.de 1373383889 2136 217.84.15.205 (9 Jul 2013 15:31:29 GMT) X-Complaints-To: abuse@einsundeins.com NNTP-Posting-Date: Tue, 9 Jul 2013 15:31:29 +0000 (UTC) User-Agent: Unison/2.1.10 Xref: news.eternal-september.org comp.lang.ada:16217 Date: 2013-07-09T17:31:29+02:00 List-Id: On 2013-07-08 22:37:12 +0000, Simon Wright said: > Felix Krause writes: > >> I don't have a clue why gcc gives german output; I am german, but my >> system language is english, and other binaries usually give english >> output. Does anyone know how I can fix this? > > I get the same if I set the enviroment variable LANG to de; or, I find, > LC_MESSAGES which would be less pervasive. Ah yes, that fixes the issue. Thanks! > I see I should have configured with --disable-nls, as AdaCore do (but > not Apple. OTOH their compiler is llvm-gcc - ?) > > Can you live with this? Sure! I managed to compile GPS with this GCC now, so it seems to work well. One thing I noticed is that GNAT FSF does not support the switch -fdump-xref for C Code which is used in the GNATCOLL project files. The switch is described at [1]. Seems like it didn't make its way into the GCC repos (yet?). [1]: http://www.adacore.com/developers/development-log/NF-64-H721-006-gnat/ -- Felix Krause http://flyx.org/