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.

Thank You
Abhishek Samuel


--- Hubert Sokolowski <[EMAIL PROTECTED]>
wrote:
> > hi
> >
> > Thanks for your reply. I did manage to change the
> > variable but the problem still exists. My
> pkgconfig
> > folder is in /usr/lib.
> > Even when i check by pkg-config --modversion tells
> me
> > that i have got the latest installed.
> did you remove the old version? how does the
> compiled program checks for
> glib?
> to make sure you have only one version of .pc file
> for a package you could
> move all files from /usr/local/lib/pkgconfig to
> /usr/lib/pkgconfig and
> make a symlink /usr/local/lib/pkgconfig ->
> /usr/lib/pkgconfig
> mv -fv /usr/local/lib/pkgconfig/* /usr/lib/pkgconfig
> rm -r /usr/local/lib/pkgconfig
> ln -s /usr/lib/pkgconfig /usr/local/lib/pkgconfig
> ofcouse by root user.
> 

Send instant messages to your online friends http://uk.messenger.yahoo.com 
_______________________________________________
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