From owner-freebsd-current@FreeBSD.ORG Wed Apr 2 13:46:04 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E16437B401 for ; Wed, 2 Apr 2003 13:46:04 -0800 (PST) Received: from magic.adaptec.com (magic-mail.adaptec.com [208.236.45.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4B4843F93 for ; Wed, 2 Apr 2003 13:46:03 -0800 (PST) (envelope-from scott_long@btc.adaptec.com) Received: from redfish.adaptec.com (redfish.adaptec.com [162.62.50.11]) by magic.adaptec.com (8.11.6/8.11.6) with ESMTP id h32LiZZ05544; Wed, 2 Apr 2003 13:44:35 -0800 Received: from btc.btc.adaptec.com (btc.btc.adaptec.com [10.100.0.52]) by redfish.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id NAA22722; Wed, 2 Apr 2003 13:45:37 -0800 (PST) Received: from btc.adaptec.com ([10.20.80.159]) by btc.btc.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id OAA12470; Wed, 2 Apr 2003 14:45:19 -0700 (MST) Message-ID: <3E8B59EC.8090501@btc.adaptec.com> Date: Wed, 02 Apr 2003 14:45:16 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.2.1) Gecko/20030206 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Terry Lambert References: <20030402160340.GA98978@leafy.idv.tw> <3E8B57E1.B140A989@mindspring.com> In-Reply-To: <3E8B57E1.B140A989@mindspring.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org Subject: Re: libthr and 1:1 threading. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Apr 2003 21:46:04 -0000 Terry Lambert wrote: > leafy wrote: > >>On Wed, Apr 02, 2003 at 07:38:14AM -0800, Terry Lambert wrote: >> >>>Has anyone tried compiling X11 to use libthr? >> >>Someone reported success with KDE, so it should serve as a sign of working X11. > > > Not X11 clients. > > The X11 server. > > -- Terry > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" The X server is not threaded: [junior] ~> ldd /usr/X11R6/bin/X /usr/X11R6/bin/X: libc.so.5 => /usr/lib/libc.so.5 (0x2806a000) That was supposed to be one of the great goals of X11R6, but it was never completed, and I believe that most of the (incomplete) work has long since been removed from XFree86. Scott