how pkg-config is used to link to a library. (Centos 5.3)
I want to install a library (pango) from source, it requires glib>=2.17
Now I have 2 glib versions that are installed, (one older and one newer)
so what should I do,
when should I use the pkg_config (I mean in ./configure, make, or make intsall) and how?
please help