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,1141eea821fc817e,start X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!npeer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!nx01.iad01.newshosting.com!newshosting.com!news.linkpendium.com!news.linkpendium.com!pit-transit.telstra.net!news.telstra.net!news-server.bigpond.net.au!53ab2750!not-for-mail From: Alex Gamper Newsgroups: comp.lang.ada Subject: GCC 4.5 mingw-w64 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit User-Agent: MicroPlanet-Gravity/2.9.14 X-Antivirus: avast! (VPS 100209-0, 09/02/2010), Outbound message X-Antivirus-Status: Clean Date: Tue, 09 Feb 2010 14:00:26 GMT NNTP-Posting-Host: 124.188.65.71 X-Complaints-To: abuse@bigpond.net.au X-Trace: news-server.bigpond.net.au 1265724026 124.188.65.71 (Wed, 10 Feb 2010 01:00:26 EST) NNTP-Posting-Date: Wed, 10 Feb 2010 01:00:26 EST Organization: BigPond Internet Services Xref: g2news1.google.com comp.lang.ada:9031 Date: 2010-02-09T14:00:26+00:00 List-Id: Has anybody managed to get a working compiler build on cygwin and targeting mingw-w64 (ie --target=x86_64-w64-mingw32) I have managed to build one but gnatmake fails to link a very simple hello world app. The linker complains about unresolved references (namely __gnat_eh_personality_sj and __gnat_begin_handler and __gnat_handler) I am fairly sure this has to do with the linker linking the wrong libada (it should use one that supports sjlj exceptions) But I dont know how to build the correct version. Any ideas anyone ???