Subject: help with installing glib



  
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]