Subject: Re: apache, ap-perl and threads (again)
To: None <tech-pkg@NetBSD.org>
From: Joerg Sonnenberger <joerg@britannica.bec.de>
List: tech-pkg
Date: 10/02/2007 21:09:21
On Tue, Oct 02, 2007 at 08:59:13PM +0200, Dieter Baron wrote:
> : That is not the correct test either. The real test is whether ap-php has
> : to link against libpthread.
> 
>   It seems we are testing two different things here:
> 
>   1: Wether NetBSD-4 needs to be added to
> _BLNK_DLOPEN_REQUIRE_PTHREAD_PLATFORMS.  For that testing wether a
> program that does not link against libpthread can dlopen a module that
> does link against libpthread is exactly the right test.

Well, any system that has at least thread-safe stdio and libpthread or
any other separate thread library falls into that category. But as
configure can't pick up the thread stubs in libc, this is a lot worse on
NetBSD.

Joerg