> checking pkg-config is at least version 0.9.0... yes
> checking for GLIB... Exception searching for packages
> Exception searching for packages
> no
> configure: error: Either a previously installed pkg-config or "glib-2.0
>   >= 2.16" could not be found. Please set GLIB_CFLAGS and GLIB_LIBS to
> the correct values or pass --with-internal-glib to configure to use the
> bundled copy.

pkgconfig bootstraps itself with pykconfig, which apparently has a bug 
in that it fails if any of the directories in its search path does not 
exist.  This was reported recently, but hasn't been fixed yet. Check for 
the presence of the following directories:

/sw/lib/pkgconfig
/sw/share/pkgconfig
/opt/X11/lib/pkgconfig
/opt/X11/share/pkgconfig

If any of those don't exist, create it with the command:

sudo mkdir -p DIRECTORY

then try to rebuild pkgconfig. If it still fails, check the file 
config.log in the pkgconfig build directory for a more verbose reason 
for the error.

Hanspeter


------------------------------------------------------------------------------
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to