This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: timetable change on mingw-libgcj
Adam Megacz <gcj@lists.megacz.com> writes:
> > boehm-gc will need some porting to work with darwin's threads,
> > because they don't have pthread_kill implemented.
> Ugh, that's not good. Not good....
Actually, I was reading the boehm-gc docs, and it appears that
boehm-gc needs a few extensions to pthreads, which are implemented
differently on different platforms.
Is there another platform that implements the same set (or a subset)
of pthreads extension functionality as MacOSX? That way I could simply
copy over that part of the configure.in switch case to get myself up
and running quickly.
- a