Keith Antoine wrote:

checking for glib-2.0 >= 2.1.4 atk >= 1.0.1 pango >= 1.0.1... Package glib-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `glib-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'glib-2.0' found


do a locate *.pc and add each directory that contains pc files to your PKG_CONFIG_PATH

I had the same trouble until I added the /usr/local/lib/pkgconfig to it...

PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/local/lib/pkgconfig




_______________________________________________ Linux-users mailing list [EMAIL PROTECTED] Unsubscribe/Suspend/Etc -> http://www.linux-sxs.org/mailman/listinfo/linux-users

Reply via email to