From owner-freebsd-hackers Sun Sep 29 21:21:16 2002 Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C698C37B401 for ; Sun, 29 Sep 2002 21:21:14 -0700 (PDT) Received: from dibbler.ne.client2.attbi.com (dibbler.ne.client2.attbi.com [24.61.41.247]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E87643E6A for ; Sun, 29 Sep 2002 21:21:14 -0700 (PDT) (envelope-from rodrigc@attbi.com) Received: from dibbler.ne.client2.attbi.com (localhost.ne.attbi.com [127.0.0.1]) by dibbler.ne.client2.attbi.com (8.12.6/8.12.5) with ESMTP id g8U4Lfbj014873; Mon, 30 Sep 2002 00:21:46 -0400 (EDT) (envelope-from rodrigc@dibbler.ne.client2.attbi.com) Received: (from rodrigc@localhost) by dibbler.ne.client2.attbi.com (8.12.6/8.12.6/Submit) id g8U4LeOT014872; Mon, 30 Sep 2002 00:21:40 -0400 (EDT) Date: Mon, 30 Sep 2002 00:21:40 -0400 From: Craig Rodrigues To: Dmitriy Fitisov Cc: freebsd-hackers@FreeBSD.org Subject: Re: POSIX message queue Message-ID: <20020930002140.A14849@attbi.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from dmitriy@radier.ca on Sun, Sep 15, 2002 at 11:14:20PM -0400 Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Sep 15, 2002 at 11:14:20PM -0400, Dmitriy Fitisov wrote: > Hi, > I cannot find implementation of POSIX message queues > (mq_open, mq_xxx, ...). Even though there is a message header > mqueue.h ld cannot find a library. > > Am I looking in wrong place? > Thanks. > Dmitriy Fitisov I think that you need to specify the following in your kernel config file for POSIX message queues: options P1003_1B #Posix P1003_1B real-time extensions (Read the man page, p1003_1b). The source code for this stuff is in /usr/src/sys/posix4/ However, I'm not sure if this stuff works, or is maintained. You may want to check on the freebsd-standards@freebsd.org mailing list. I just asked about p1003_1b and POSIX message queues on that list. -- Craig Rodrigues http://www.gis.net/~craigr rodrigc@attbi.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message