On Fri, Apr 01, 2005 at 12:26:21PM +0000, peterbarrie wrote:
> I'm configuring libxml2 under QNX x86 V6.2.1
> libxml2 2.6.18
> 
> Here's some of the output from ./configure --with-mem-debug
> --with-threads
> 8<...
> Enabling multithreaded support
> checking pthread.h usability... yes
> checking pthread.h presence... yes
> checking for pthread.h... yes
> checking for pthread_join in -lpthread... no
> 8<...
> 
> That looks good. 

  No it does not look good.

    http://www.opengroup.org/onlinepubs/009695399/functions/pthread_join.html
 your implementation of pthread seems to be missing pthread_join or
the configure code could not find your thread library.
You will have to look at the .log to find out why, that can't be debugged 
on a different OS.

Daniel

-- 
Daniel Veillard      | Red Hat Desktop team http://redhat.com/
[EMAIL PROTECTED]  | libxml GNOME XML XSLT toolkit  http://xmlsoft.org/
http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/
_______________________________________________
xml mailing list, project page  http://xmlsoft.org/
xml@gnome.org
http://mail.gnome.org/mailman/listinfo/xml

Reply via email to