From owner-freebsd-questions Tue Jul 27 9:22:27 1999 Delivered-To: freebsd-questions@freebsd.org Received: from java.dpcsys.com (java.dpcsys.com [206.16.184.7]) by hub.freebsd.org (Postfix) with ESMTP id 7ED7B14BEC for ; Tue, 27 Jul 1999 09:22:22 -0700 (PDT) (envelope-from dan@dpcsys.com) Received: from localhost (dan@localhost) by java.dpcsys.com (8.9.1a/8.9.1) with SMTP id JAA23326; Tue, 27 Jul 1999 09:21:25 -0700 (PDT) Date: Tue, 27 Jul 1999 09:21:25 -0700 (PDT) From: Dan Busarow Reply-To: Dan Busarow To: ugtech@bom3.vsnl.net.in Cc: questions@FreeBSD.ORG Subject: Re: POSIX semaphores (RE: urgent ... ) In-Reply-To: <64003B21ECCAD11185C500805F31EC030378659E@houston.matchlogic.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 27 Jul 1999, Charles Randall wrote: > You may find that a more specific subject may help. He probably needs to build a new kernel including these options in the kernel config file # This provides support for System V shared memory. # options SYSVSHM options SYSVSEM options SYSVMSG Dan -- Dan Busarow 949 443 4172 Dana Point Communications, Inc. dan@dpcsys.com Dana Point, California 83 09 EF 59 E0 11 89 B4 8D 09 DB FD E1 DD 0C 82 > In the meantime, read these posts archived at DejaNews: > > http://www.deja.com/dnquery.xp?DBS=2 > > &QRY=sem_init+freebsd&svcclass=dnserver > > Additionally, you can search the mailing list archives for -questions and > -hackers for "posix semaphore". > > http://www.freebsd.org/search/search.html > > > http://www.freebsd.org/cgi/search.cgi?words=posix+semaphore > re&source=freebsd-questions&source=freebsd-hackers> > &max=25&sort=score&source=freebsd-questions&source=freebsd-hackers > > FYI, > Charles > > -----Original Message----- > From: Geeta Mahesh [mailto:ugtech@bom3.vsnl.net.in] > Sent: Tuesday, July 27, 1999 8:39 AM > To: questions@freebsd.org > Subject: urgent ... > > > Hi, > I have an application that uses semaphores for thread synchronization. > I am using g++ 2.7.2.1 on FreeBSD 3.2. > > The application cannot resolve the semaphore functions sem_init, sem_destroy > ... which are POSIX complient. > Can you tell me if which library I need to link my application with. > > Also, I am using namespaces in my application - which is not supported by > g++2.7.2.1 > What should I do to make my g++ support namespaces. Is there any workaround > for this? > > Please let me know. > > Thanks . > > Regards > Geeta. > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message