As Michael suggests, the most probable cause is duplicate pkg-config installations. What does
which pkg-config tell you. Does it match the location found in your config.log. Another suggestion: Try to run configure as PKG_CONFIG_DEBUG_SPEW=1 ./configure Christian. On Sun, Nov 2, 2008 at 9:41 PM, Louis Zulli <[EMAIL PROTECTED]> wrote: > > On Nov 2, 2008, at 12:25 PM, Michael Petch wrote: > > Is it possible you have multiple versions of pkg-config on your path? > > Can you run this command and let me know the output: > > pkg-config --exists --print-errors "glib-2.0 >= 2.6.0" > > > The command returns no output. > As I indicated in my original message, the command > pkg-config --modversion glib-2.0 > returns > 2.18.2 > Louis > _______________________________________________ > Bug-gnubg mailing list > [email protected] > http://lists.gnu.org/mailman/listinfo/bug-gnubg > > _______________________________________________ Bug-gnubg mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-gnubg
