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. This means I'd have to ship the Fedora DLLs to have a working program or create a custom GTK installer.

Should the mingw32 packages in Fedora follow the same naming pattern? Thoughts?

Thanks,
Mike