Re: gtk dll name issue

2009-03-20 Thread Richard W.M. Jones
On Thu, Mar 19, 2009 at 06:17:22PM -0500, Michael Cronenworth wrote: I've built a program using the mingw32-gtk packages. If I attempt to run the resulting binary under Windows, it is looking for the specific naming of the DLLs used in the Fedora packages. The GTK installer from

Re: gtk dll name issue

2009-03-20 Thread Michael Cronenworth
Original Message Subject: Re: gtk dll name issue From: Richard W.M. Jones rjo...@redhat.com To: Fedora MinGW (Windows cross-compiler) project fedora-mingw@lists.fedoraproject.org Date: 03/20/2009 03:42 AM We just follow upstream gtk. We don't take any special steps

Re: gtk dll name issue

2009-03-20 Thread Kevin Kofler
Michael Cronenworth wrote: Fedora mingw32-[gettext] contains libintl-8.dll but the GTK bundle or GTK redist contains intl.dll. That's separate from GTK+, built separately too. I think it should be fixed to intl.dll, all GTK+ installers I've seen use that name, as does the kdewin project.

gtk dll name issue

2009-03-19 Thread Michael Cronenworth
I've built a program using the mingw32-gtk packages. If I attempt to run the resulting binary under Windows, it is looking for the specific naming of the DLLs used in the Fedora packages. The GTK installer from http://www.gtk.org does not use a libname-#.dll schema, just a libname.dll schema.

Re: gtk dll name issue

2009-03-19 Thread Michael Cronenworth
Kevin Kofler wrote: What are the exact DLL names the installer you used installed? Sorry, I thought the link to the Windows installers was on gtk.org and it is not. I found the right link[1] to the installer I am using. This is the same installer that Pidgin uses for its Windows installer.