Hello all, In libxslt*/xsltproc/testThreads.c, I see
#if defined(LIBXML_THREAD_ENABLED) && defined(HAVE_PTHREAD_H) /* test program goes here */ #else /* !LIBXML_THREADS_ENABLED | !HAVE_PTHREAD_H */ int main(void) { fprintf(stderr, "libxml was not compiled with thread\n"); return (0); } #endif This means that if libxml2 was compiled with Win32 threads then threading will not be tested. Is this your intent? Regards, Test User. _______________________________________________ xslt mailing list, project page http://xmlsoft.org/XSLT/ xslt@gnome.org https://mail.gnome.org/mailman/listinfo/xslt