On Fri, May 29, 2009 at 11:47:38AM -0300, Fabrício Godoy wrote: > Hi, thanks for the link. > > When I call "./configure --host=i686-pc-mingw32", the mingw pkg-config is > not found. Maybe "i686-pc-mingw32-pkg-config" is missing.
Nope, you need pkg-config. However pkg-config needs an extra environment variable to be set, and therefore you should use: mingw32-configure instead of the above configure command. That will cause several extra environment variables to be set, and hopefully should mean that pkg-config will find the correct paths. Rich. _______________________________________________ fedora-mingw mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/fedora-mingw
