LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   pkg-config? (https://www.linuxquestions.org/questions/linux-software-2/pkg-config-453589/)

vraidroit 06-10-2006 10:22 PM

pkg-config?
 
hi I am working on installing wired. I am just trying to get all the dependancies loaded.
Right now I am trying to install ATK 1.10.3 but it errors:
Code:

*** GLIB 2.0.0 or better is required. The latest version of
*** GLIB is always available from ftp://ftp.gtk.org/. If GLIB is installed
*** but not in the same location as pkg-config add the location of the file
*** glib-2.0.pc to the environment variable PKG_CONFIG_PATH.

I have Glib 2.8.6 installe already. ??
If anyone has any idea what to do - it would be greatly appreciated. Thanks!

roclok 06-10-2006 10:33 PM

For example if you are using bash:
PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
export PKG_CONFIG_PATH

You can find default path like this:
locate pkg-config

You should knw where the new libraries are (=where to set PKG_CONFIG_PATH). This can give hins:
locate pkgconfig


All times are GMT -5. The time now is 08:34 PM.