This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]