lxfg
08-21-2002, 01:44 AM
I just upgrade gtk+1.2 to 2.0 using gtk2-2.0.5-1gtk.i386.rpm .
when I use this command:
gcc hellow.c -o hellow `pkg-config --cflags --libs gdk+-2.0`
it said I should add the directory containing 'gdk+-2.0.pc' to the
PKG_CONFIG_PATH enviroment variable.
My question is :
where is PKG_CONFIG_PATH and how to adjust it?
do I need to create gdk+-2.0.pc?
when I use this command:
gcc hellow.c -o hellow `pkg-config --cflags --libs gdk+-2.0`
it said I should add the directory containing 'gdk+-2.0.pc' to the
PKG_CONFIG_PATH enviroment variable.
My question is :
where is PKG_CONFIG_PATH and how to adjust it?
do I need to create gdk+-2.0.pc?