From owner-freebsd-current@FreeBSD.ORG Fri Jan 30 07:30:00 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8C5A16A4CE for ; Fri, 30 Jan 2004 07:30:00 -0800 (PST) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id E502E43D46 for ; Fri, 30 Jan 2004 07:29:58 -0800 (PST) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.10/8.12.10) with ESMTP id i0UFTvHa060223; Fri, 30 Jan 2004 18:29:57 +0300 (MSK) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.10/8.12.10/Submit) id i0UFTvYR060217; Fri, 30 Jan 2004 18:29:57 +0300 (MSK) (envelope-from ache) Date: Fri, 30 Jan 2004 18:29:56 +0300 From: Andrey Chernov To: Daniel Eischen Message-ID: <20040130152955.GB60027@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , Daniel Eischen , current@freebsd.org References: <20040130135802.GA57662@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.5.1i cc: current@freebsd.org Subject: Re: POSIX semaphores? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Jan 2004 15:30:00 -0000 On Fri, Jan 30, 2004 at 09:11:09AM -0500, Daniel Eischen wrote: > > at configure stage (looking for sem_init()) and then compiled program > > fails with "Unknown system call" diagnostic. > > They must be trying to use shared semaphores which currently don't > work across processes (unless they are forked and semaphore is No, they just look for sem_init() (which is in libc) without real testing that it works. -- Andrey Chernov | http://ache.pp.ru/