Re: [xml] configure --with-threads and config.log

2005-04-04 Thread Daniel Veillard
> Yup! I've posted config.log to > http://www.openqnx.com/index.php?name=PNphpBB2&file=viewtopic&p=22253#22253 > > QNX does not have libpthread although it has full pthread > support. then the configure.in must be extended to support your configuration and configure will have to be regenerate

Re: [xml] configure --with-threads and config.log

2005-04-04 Thread peterbarrie
- Original Message Follows - From: Daniel Veillard <[EMAIL PROTECTED]> To: peterbarrie <[EMAIL PROTECTED]> Cc: xml@gnome.org Subject: Re: [xml] configure --with-threads and config.log Date: Mon, 4 Apr 2005 08:36:32 -0400 > > On Fri, Apr 01, 2005 at 12:26:21PM +, pet

Re: [xml] configure --with-threads and config.log

2005-04-04 Thread Daniel Veillard
On Fri, Apr 01, 2005 at 12:26:21PM +, 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 pt

[xml] configure --with-threads and config.log

2005-04-01 Thread peterbarrie
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