Compile error on glademm project

Richard W.M. Jones rjones at redhat.com
Fri May 29 14:51:27 UTC 2009


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.





More information about the mingw mailing list