On Mon, Apr 6, 2009 at 2:40 PM, Barry Fawthrop <[email protected]> wrote:

> Derrick Brashear wrote:
> >
> > i have no idea. i don't have time to decode the assembly and see what's
> up,
> > and really, it's not worth spending a whole lot of time on lwp anyway; in
> > the nearish future openafs will just use pthreads. if you want to do
> > experimental stuff, that might be possible now: define USE_PTHREADS when
> > building liblwp (e.g. in src/lwp) and then use that liblwp. or, better
> yet,
> > stop linking liblwp, librx, librxkad and company and link (only)
> libafsrpc,
> > libafsauthent, libafsutil and libpthread.
> >
>
> I tried defining USE_PTHREADS and then it complains about
> pthread_startroutine_t  and  and pthread_addr_t  are unknown types
> looking through all the src files I do not see where this is defined
>
> I see a pthread.h under winnt but I don't see it defined there
>

pthread.h in winnt wouldn't be for you, unless you're compiling on winnt. in
any case, libafsrpc et al is probably a better answer anyway.

Reply via email to