Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Mar 2003 11:53:40 -0800 (PST)
From:      Julian Elischer <julian@elischer.org>
To:        David Schultz <das@FreeBSD.ORG>
Cc:        Ivan Voras <ivoras@geri.cc.fer.hr>, freebsd-current@FreeBSD.ORG
Subject:   Re: KSE test code?
Message-ID:  <Pine.BSF.4.21.0303101151040.6715-100000@InterJet.elischer.org>
In-Reply-To: <20030310192239.GA2516@HAL9000.homeunix.com>

next in thread | previous in thread | raw e-mail | index | archive | help


On Mon, 10 Mar 2003, David Schultz wrote:

> Thus spake Ivan Voras <ivoras@geri.cc.fer.hr>:
> > 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 majordomo@FreeBSD.org
> with "unsubscribe freebsd-current" in the body of the message
> 


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?Pine.BSF.4.21.0303101151040.6715-100000>