> I have problems using the Gdk.Threads package. The Gdk.Threads.Init > procedure is a binding of "g_threads_init", but this function is not in > the object files provides by the compile script. I think you need to compile glib with the appropriate configure option for threads. I think the option is --enable-threads. Emmanuel