Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Jan 2002 16:03:21 -0500 (EST)
From:      Joe Clarke <marcus@marcuscom.com>
To:        Bill Schoolcraft <bill@wiliweld.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: xmms build errors.. (grrrr)
Message-ID:  <20020116160158.Q47550-100000@shumai.marcuscom.com>
In-Reply-To: <Pine.LNX.4.21.0201160720530.6250-100000@corten8>

next in thread | previous in thread | raw e-mail | index | archive | help


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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020116160158.Q47550-100000>