Subject: Re: ThreadedX patch, take 2
To: Jason R Thorpe <thorpej@wasabisystems.com>
From: FUKAUMI Naoki <naoki@fukaumi.org>
List: tech-x11
Date: 01/27/2003 09:31:13
At Fri, 24 Jan 2003 23:37:15 +0900,
FUKAUMI Naoki wrote:
> [2 xthreads-patch2 <application/octet-stream (base64)>]

I forgot to say one another bug...

in xsrc/{,xfree}/xc/config/cf/NetBSD.cf

  :
#if defined(NetBSDThreads) && \
    ((OSMajorVersion > 1) || \
     (OSMajorVersion == 1 && OSMinorVersion > 6) || \
     (OSMajorVersion == 1 && OSMinorVersion == 6 && OSTeenyVersion >= 12))
  :

OSTeenyVersion >= 12 matches "NetBSD 1.6L", isn't it?

% sysctl kern.osrelease kern.osrevision
kern.osrelease = 1.6M
kern.osrevision = 106130000


I have another question.

Do OpenGL (libGL) applications always link (require) libpthread like
glxgears/glxinfo?

--
FUKAUMI Naoki