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?
Once you install GLib 2.20 (let's say you installed it to ~/wimax) then you need to rebuild wimax-tools after setting: PKG_CONFIG_PATH=~/wimax/lib/pkgconfig With that set, pkg-config --cflags glib-2.0 should tell you the version you're trying to build against. / Cody _______________________________________________ wimax mailing list [email protected] http://www.linuxwimax.org/mailman/listinfo/wimax
