i think you should find in which directory gtk+-2.0.pc file is under and then do:
export PKG_CONFIG_PATH=(full path of the directory which the *.pc file is under, in my SuSE is under /usr/lib/pkgconfig)
then do
echo $PKG_CONFIG_PATH
it should print the path for the environment variable. You can do this also before you do "export" to see in which dir the variable was set.
|