On Mon, 10 Mar 2003, David Schultz wrote:

> Thus spake Ivan Voras <[EMAIL PROTECTED]>:
> > Is there any example code available that just tests (a "proof of
> > concept"-like) the KSE system on FreeBSD 5-current?
> 
> See src/tools/KSE/ksetest.

also the library is mostly working

so:

cd /usr/lib/libpthreads
make
make install
This installs a libkse which, when we are happy with it will become
libpthreads, but until then it has this special name..

get some test threads programs and link with -lkse
remember to disable -pthreads

see what happens.
There is a fix for ^Z being committed in the next day or so..



> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-current" in the body of the message
> 


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to