> hey
>
> Just wanted to say that i installed my glib2.6.4 using
>
> ./configure --prefix=/usr . So the pc file is
> installed in the /usr/lib/pkgconfig folder. So am i to
> still do what u have said.
>
> Another thing if i do move them then should i change
> the prefix variable of the pc files from /usr/local to
> /usr.
the PKG_CONFIG_PATH variable should contain
/usr/lib/pkgconfig:/usr/local/lib/pkgconfig

if pkgconfig --modversion glib-2.0 prints out 2.6.4 then there is a
problem in configure script of you program you are trying to compile.
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to