Return-Path: Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 62881 invoked by uid 500); 1 Feb 2002 14:53:17 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 62867 invoked from network); 1 Feb 2002 14:53:16 -0000 From: Jim Jagielski Message-Id: <200202011453.JAA12563@devsys.jaguNET.com> Subject: Re: 1.3 weirdness with AcceptMutex on Solaris To: dev@httpd.apache.org Date: Fri, 1 Feb 2002 09:53:14 -0500 (EST) Reply-To: jim@jaguNET.com In-Reply-To: from "Bill Stoddard" at Jan 31, 2002 08:44:23 PM X-Mailer: ELM [version 2.5 PL5] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Bill Stoddard wrote: > > > > > If httpd is linked sans thread libs, then calling these functions should > > always return true, but not actually acomplish anything intended. > > :-OOO > I'm not sure *what* the surprise emoticon is, but I'm ditto. It appears that there are basically null-stubs in libc for various pthread functions. Supremely bogus. First fix would be to always add -lpthread but the what we should really do is test if we are compiling with the PTHREAD mutex and only add then. -- =========================================================================== Jim Jagielski [|] jim@jaguNET.com [|] http://www.jaguNET.com/ "A society that will trade a little liberty for a little order will lose both and deserve neither" - T.Jefferson