From owner-freebsd-questions Sun Apr 26 16:32:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA05430 for freebsd-questions-outgoing; Sun, 26 Apr 1998 16:27:26 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from implode.root.com (implode.root.com [198.145.90.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA05072 for ; Sun, 26 Apr 1998 16:22:46 -0700 (PDT) (envelope-from root@implode.root.com) Received: from implode.root.com (localhost [127.0.0.1]) by implode.root.com (8.8.5/8.8.5) with ESMTP id QAA10571; Sun, 26 Apr 1998 16:20:37 -0700 (PDT) Message-Id: <199804262320.QAA10571@implode.root.com> To: Michael Pelletier cc: freebsd-questions@FreeBSD.ORG Subject: Re: The Semaphore library... In-reply-to: Your message of "Sun, 26 Apr 1998 17:49:22 CDT." <3543B9F2.21F577E7@earthlink.net> From: David Greenman Reply-To: dg@root.com Date: Sun, 26 Apr 1998 16:20:37 -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I am using semctl, semop, etc in a program that I have written and I >no not know the library in link in. I was under the impression that it >was include into the libc library but I guess not. I have searched for >a libipc or libsem but have not found one. Could someone help me out? They are in libc, but you have to have support in the kernel as well (options SYSVSHM and SYSVSEM). -DG David Greenman Co-founder/Principal Architect, The FreeBSD Project To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message