Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Nov 2002 01:51:38 -0800
From:      Bill Huey (Hui) <billh@gnuppy.monkey.org>
To:        suken woo <wsk@mail.gddsn.org.cn>
Cc:        Terry Lambert <tlambert2@mindspring.com>, freebsd-current <freebsd-current@FreeBSD.org>, freebsd-java <freebsd-java@freebsd.org>, "Bill Huey (Hui)" <billh@gnuppy.monkey.org>
Subject:   Re: -current make jdk13 with native_threads error
Message-ID:  <20021113095138.GA6450@gnuppy.monkey.org>
In-Reply-To: <3DD21CB7.7080100@mail.gddsn.org.cn>
References:  <3DD1BDA8.7080106@mail.gddsn.org.cn> <3DD1FCC1.5E2CDFE6@mindspring.com> <3DD21CB7.7080100@mail.gddsn.org.cn>

next in thread | previous in thread | raw e-mail | index | archive | help
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




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