Subject: Re: ThreadedX patch, take 2
To: FUKAUMI Naoki <naoki@fukaumi.org>
From: Jason R Thorpe <thorpej@wasabisystems.com>
List: tech-userlevel
Date: 01/26/2003 17:05:47
On Mon, Jan 27, 2003 at 09:31:13AM +0900, FUKAUMI Naoki wrote:
> #if defined(NetBSDThreads) && \
> ((OSMajorVersion > 1) || \
> (OSMajorVersion == 1 && OSMinorVersion > 6) || \
> (OSMajorVersion == 1 && OSMinorVersion == 6 && OSTeenyVersion >= 12))
> :
>
> OSTeenyVersion >= 12 matches "NetBSD 1.6L", isn't it?
I believe you are correct. I am testing a fix for this now.
> I have another question.
>
> Do OpenGL (libGL) applications always link (require) libpthread like
> glxgears/glxinfo?
I don't believe they should, no. That's what the "threadlib" stuff
is for.
--
-- Jason R. Thorpe <thorpej@wasabisystems.com>