Well, I did some changes.
I added --prefix=$(INSTALLDIR)/usr/local instead make install DESTDIR=$
(INSTALLDIR) when configured glib. Both things lead to the same
install glib directories, but in the first case prefix variable in .pc
files is $(INSTALLDIR)/usr/local which is exactly what I need ... when
I do the install with DESTDIR and with no --prefix (well with the
default one) glib is always expected to be in /usr/local ... and no
way I could have change that ... now everything goes fine so
far ... :)
On Aug 29, 10:32 am, "swapnil kamble" <swap...@gmail.com> wrote:
HI
Just do compilation
#./configure --prefix=/usr