[kfreebsd] "Perl cannot run extensions which use threads;"

Robert Millan rmh at debian.org
Fri Apr 6 16:17:29 UTC 2012


2012/4/6, Christoph Egger <christoph at debian.org>:
> ERROR:glib-util.c:45:glib_init: assertion failed: (!g_thread_supported())

Who provides this glib-util.c? g_thread_supported() is a tautology in
recent versions of glib:

glib/deprecated/gthread.h:#define g_thread_supported()     (1)

-- 
Robert Millan




More information about the Perl-maintainers mailing list