On Thu, 2009-04-16 at 15:18 +0300, Darius Augulis wrote: > I use Fedora 8 and there is GLIB2 v2.14.6 installed. > I'm trying to configure wimax-tools source from git repository. > Configure fails because GLIB version 2.16 is needed. > Fedora 8 does not have updates anymore, therefore I downloaded GLib 2.20.0.1 > version, compiled and isntalled with prefix --prefix=/usr/ > Unfortunately wimax-tools configure script detects the same old 2.14.6 GLib > version and fails. > What I have to do?
What do you have for: pkg-config --modversion glib-2.0 If that's 2.14.6, that means you don't have the right .pc file at /usr/lib/pkgconfig/glib-2.0.pc. Dan _______________________________________________ wimax mailing list [email protected] http://www.linuxwimax.org/mailman/listinfo/wimax
