Hi, > I told you a simple fix to work around the problem, didn't I? Is it really > asked too much to type the following lines into your terminal? > > wget ftp://ftp.gtk.org/pub/gtk/v1.3/glib-1.3.12.tar.gz > tar zxvf glib-1.3.12.tar.gz > cd glib-1.3.12 > ./configure > make > sudo make install I forgot, you'll also need to get pkg-config in the unlikely case you don't already have it. It's available from http://www.freedesktop.org/software/pkgconfig/. Salut, Sven