I'm tring to compile gtk+-3.2.0 but I get an error message from ./configure:
checking for GLIB - version >= 2.29.14...
*** 'pkg-config --modversion glib-2.0' returned 2.32.4, but GLIB (2.34.0)
*** was found! If pkg-config was correct, then it is best
*** to remove the old version of GLib. You may also be able to fix the error
*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing
*** /etc/ld.so.conf. Make sure you have run ldconfig if that is
*** required on your system.
*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH
*** to point to the correct configuration files
no
configure: error:
*** GLIB 2.29.14 or better is required. The latest version of
*** GLIB is always available from ftp://ftp.gtk.org/pub/gtk/.
I really have GLIB 2.34.0 (which I have compiled from sources too) but I don't know how to do gtk know the library. I have changed PKG_CONFIG_PATH to points to path where is the new glib installation and after a ldconfig but makes no difference. by modifing /etc/ld.so.conf I really have no idea how to do.