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

2012-04-06 Thread Christoph Egger
Robert Millan writes: > El 6 d’abril de 2012 18:17, Robert Millan ha escrit: >> 2012/4/6, Christoph Egger : >>> 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: >> >> g

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

2012-04-06 Thread Robert Millan
El 6 d’abril de 2012 18:17, Robert Millan ha escrit: > 2012/4/6, Christoph Egger : >> 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

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

2012-04-06 Thread Robert Millan
2012/4/6, Christoph Egger : > 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 -- To UNSUBSC

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

2012-04-06 Thread Christoph Egger
Hi! Looking at the build failure of amanda I noticed the error /usr/bin/perl -I. -I./.libs -I. \ -MAmanda::Tests -e 'alarm(10); Amanda::Tests::try_threads' \ || { echo "Perl cannot run extensions which use threads; consider linking perl" \ "with