Re: [PHP-DEV] Snapshot temporarily broken, TSRM needs POSIX threads ? From: Andi Gutmans (andi <email protected>)
Date: 09/02/00

At 02:54 PM 9/2/00 +0200, Olivier Cahagne wrote:
>Hi,
>
>Trying to configure php4-200009020445 on NetBSD 1.3.3 x86 with gcc
>2.7.2.2: it fails configuring:
>
>Configuring TSRM
>checking for stdarg.h... (cached) yes
>checking for pthreads_cflags... (cached)
>checking for pthreads_lib... (cached)
>configure: error: Your system seems to lack POSIX threads.
>
>I don't have pthreads on this machine (config.log confirms this :)
>
>Is this temporary ? I saw Andi moved TSRM, so I guess there's work being
>done with it.

It needs to be fixed.
I am trying to merge what used to be the multi-threading support in TSRM
and the virtual cwd both into TSRM. So that is why PHP will always link
with TSRM right now. The only thing is that the pthreads configure stuff
shouldn't bail out if it doesn't find any threads in case we're in
non-threaded mode.

Andi

---
Andi Gutmans <andi <email protected>>
http://www.zend.com/

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>