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,66d3397f299e8550 X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!news.glorb.com!cycny01.gnilink.net!spamkiller.gnilink.net!gnilink.net!trnddc03.POSTED!72fcb693!not-for-mail From: Fionn Mac Cumhaill Newsgroups: comp.lang.ada Subject: Re: [anouncement] MingGW release for the GNU Ada Project Message-ID: References: <1734187.k0k6usAZ2t@linux1.krischik.com> <6r6aq3tapsfsr2kptc04p6jc1o3jpq3vm7@4ax.com> <109281320.AUiGJpUIhS@linux1.krischik.com> <47a6c41d$1@news.post.ch> X-Newsreader: Forte Agent 4.2/32.1118 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Tue, 05 Feb 2008 04:30:31 GMT NNTP-Posting-Host: 71.164.134.53 X-Complaints-To: abuse@verizon.net X-Trace: trnddc03 1202185831 71.164.134.53 (Mon, 04 Feb 2008 23:30:31 EST) NNTP-Posting-Date: Mon, 04 Feb 2008 23:30:31 EST Xref: g2news1.google.com comp.lang.ada:19709 Date: 2008-02-05T04:30:31+00:00 List-Id: On Mon, 04 Feb 2008 08:51:57 +0100, Martin Krischik wrote: >Fionn Mac Cumhaill schrieb: >> On Sun, 03 Feb 2008 10:19:38 +0100, Martin Krischik >> wrote: >> >>> Fionn Mac Cumhaill wrote: >>> >>>> I finally got around to trying this out today and it crashed - it >>>> wants to have libintl-8.dll and it's nowhere to be found. >>> Did you install MinGW itself - you will need it. This is also one of the >>> advantages of AdaCore releases: they invested the time to tear all needed >>> parts out of MinGW to provide a one .EXE install. We are far from that so >>> you need to install MinGW. >>> >>> Follow instruction on >>> >>> http://gnuada.sourceforge.net/pmwiki.php/Install/MinGW >>> http://gnuada.sourceforge.net/pmwiki.php/TAR/MinGW >>> >>> >>> Martin >> >> I already have MinGW and MSYS installed; >> >> The problem turned out to be gettext; I found a copy of gettext-0.16 >> that was a part of an attempt to build gcc 4.2.1 from source; the >> gettext subtree contained a copy of the missing dll. I copied it to a >> directory on my Windows path and the immediate problem went away. >> >> I couldn't find libintl-8.dll in any of the gettext tarballs from the >> MinGW SourceForge site. > >I see - BTW: gettext is on the to-do list: > >http://gnuada.svn.sourceforge.net/viewvc/gnuada/trunk/mingw/SCRIPTS/Make_Get_Text.bash?view=markup > >But it has proven tricky. > >Martin Note that I haven't had time yet to actually use anything in /opt/gnat/gcc/bin in a non-trivial way; I have only invoked them in ways such as gcc -v or strings --help etc, to verify that they don't crash immediately; there may very well be other problems that turn up when I have time for more detailed testing.