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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to