From owner-freebsd-current Wed Nov 13 1:52: 4 2002 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 3276537B401; Wed, 13 Nov 2002 01:52:03 -0800 (PST) Received: from gnuppy.monkey.org (wsip68-15-8-100.sd.sd.cox.net [68.15.8.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id B58A743E42; Wed, 13 Nov 2002 01:52:02 -0800 (PST) (envelope-from billh@gnuppy.monkey.org) Received: from billh by gnuppy.monkey.org with local (Exim 3.36 #1 (Debian)) id 18BuBO-0001gQ-00; Wed, 13 Nov 2002 01:51:38 -0800 Date: Wed, 13 Nov 2002 01:51:38 -0800 To: suken woo Cc: Terry Lambert , freebsd-current , freebsd-java , "Bill Huey (Hui)" Subject: Re: -current make jdk13 with native_threads error Message-ID: <20021113095138.GA6450@gnuppy.monkey.org> References: <3DD1BDA8.7080106@mail.gddsn.org.cn> <3DD1FCC1.5E2CDFE6@mindspring.com> <3DD21CB7.7080100@mail.gddsn.org.cn> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3DD21CB7.7080100@mail.gddsn.org.cn> User-Agent: Mutt/1.4i From: Bill Huey (Hui) Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Nov 13, 2002 at 05:34:47PM +0800, suken woo wrote: > Terry Lambert wrote: > > `CTX_JB_NOSIG' undeclared (first use in this function) > `CTX_JB' undeclared (first use in this function) > `CTX_SJB' undeclared (first use in this function) > `CTX_UC' undeclared (first use in this function) That's all been removed from a MFC of libc_r recently. Native threading wasn't designed to be fully working with -classic, but HotSpot is at this time, minus a signal/safepoint problems that I'm just discovering. If your target is HotSpot, then just blank out the functions for now and build the library. Next, build HotSpot. HotSpot has it's own threading glue layer to the OS in question, so it won't touch those functions you're having compilation problem with at this time. bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message