From owner-freebsd-questions Wed Jan 16 13: 3:18 2002 Delivered-To: freebsd-questions@freebsd.org Received: from shumai.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id B709A37B402 for ; Wed, 16 Jan 2002 13:03:13 -0800 (PST) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.11.6/8.11.6) with ESMTP id g0GL3L264875; Wed, 16 Jan 2002 16:03:21 -0500 (EST) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Wed, 16 Jan 2002 16:03:21 -0500 (EST) From: Joe Clarke To: Bill Schoolcraft Cc: freebsd-questions@FreeBSD.ORG Subject: Re: xmms build errors.. (grrrr) In-Reply-To: Message-ID: <20020116160158.Q47550-100000@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 16 Jan 2002, Bill Schoolcraft wrote: > At Wed, 16 Jan 2002 it looks like Kent Stewart composed: > > > >>Did you build your kernel with threads turned on? > > >> > > >> > > > > > > Since I'm a firm beliver of the saying; (clearing throat) "One > > > cannot save face and ass at same time.." > > > > > > The answer is "no" I didn't. Jeez, didn't even know about it. > > > > > > I forgot to add the pthreads is usually Posix threads. > > > > Hello Kent, Family, > > I've looked in my current kernel file (currently recompiled for > sound) and have two existing lines: > > options P1003_1B #Posix P1003_1B real-time extensions > options _KPOSIX_PRIORITY_SCHEDULING > > And the LINT file has those two "BUT" one more, could this one be > the one I need in my kernel to compile "xmms" ? > > options _KPOSIX_VERSION=199309L > > That's all I've found in the FreeBSD-4.2 LINT file with any form of > the word POSIX or posix etc. 4.2? In my 4.5-RC machine, I have just the two: options P1003_1B #Posix P1003_1B real-time extensions options _KPOSIX_PRIORITY_SCHEDULING Also, make sure, if you are building stable, that you have libc_r in sync with the rest of the system. That is, do _not_ set: NOLIBC_R= true in /etc/make.conf. Joe > > > -- > Bill Schoolcraft > PO Box 210076 -o) > San Francisco CA 94121 /\ > "UNIX, A Way Of Life." _\_v > http://forwardslashunix.com > > > > 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