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!border1.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!cyclone1.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> X-Newsreader: Forte Agent 4.2/32.1118 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Sun, 03 Feb 2008 14:07:01 GMT NNTP-Posting-Host: 71.164.134.53 X-Complaints-To: abuse@verizon.net X-Trace: trnddc03 1202047621 71.164.134.53 (Sun, 03 Feb 2008 09:07:01 EST) NNTP-Posting-Date: Sun, 03 Feb 2008 09:07:01 EST Xref: g2news1.google.com comp.lang.ada:19696 X-Original-Bytes: 2014 Date: 2008-02-03T14:07:01+00:00 List-Id: 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.