Updating GLib
Posted: 23. Aug 2010, 15:47
Hello,
I was having some problems with GTK+ bindings of GNU Smalltalk and thought maybe it is because of the GTK+ version of my system (Salix OS 13.1.1 64-Bit) since other people don't have any problem with the bindings. I downloaded the latest source for GLib (2.24.2) and GTK+ (2.20.1) from GTK+ web site. I did:
./configure
make
make install (as root)
on GLib folder, all went very well but when I do:
pkg-config --modversion glib-2.0
It still shows the old version: 2.22.5. What should I do to update GLib and GTK+ on my Salix box?
I was having some problems with GTK+ bindings of GNU Smalltalk and thought maybe it is because of the GTK+ version of my system (Salix OS 13.1.1 64-Bit) since other people don't have any problem with the bindings. I downloaded the latest source for GLib (2.24.2) and GTK+ (2.20.1) from GTK+ web site. I did:
./configure
make
make install (as root)
on GLib folder, all went very well but when I do:
pkg-config --modversion glib-2.0
It still shows the old version: 2.22.5. What should I do to update GLib and GTK+ on my Salix box?