Subject: help with installing glib
- From: "Vivek singh" <vivek_blm rediffmail com>
- To: gtk-app-devel-list gnome org
- Subject: Subject: help with installing glib
- Date: 16 Sep 2004 11:59:12 -0000
hi Nilesh
When you install Gtk it will check its all dependency. As i got ur problem to solve it, do like that
install glib
a) ./configure --prefix=/usr
b) make
c) make install(super user)
every package when installed, make a .pc file in /usr/lib/pkgconfig directory.pkg-config command gets the
libraries by detecting this .pc file . If .pc file of glib is not present in corresponding directory your
glib cant be detected by the ./configuration of pango.
So try above steps for all packages on which gtk depends
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]