4 messages in com.googlegroups.google-talk-openRe: Cross compile libjingle - GLib pr...
FromSent OnAttachments
zoranez28 Aug 2007 06:31 
swapnil kamble29 Aug 2007 01:31 
zoranez29 Aug 2007 09:57 
swapnil21 Oct 2007 12:20 
Subject:Re: Cross compile libjingle - GLib problem
From:zoranez (zsla@yahoo.com)
Date:08/29/2007 09:57:49 AM
List:com.googlegroups.google-talk-open

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