This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: libjava threads vs no-threads?
David Daney wrote:
> > I think what Dave is saying is that it would work if he configured with
> > --enable-threads=posix, however, if he doesn't specify anything it
> > assumes --disable-threads and fails.
>
> I should have read more carefully. Although not stated in the message,
> I assume That newlib is being used as that was stated in a post to gcc@.
> So I doubt it would work with --enable-threads=posix.
Well he didn't specify what he's doing but I assume he's talking about
Cygwin, which does use newlib but also provides a full implementation of
pthreads and should work fine with --enable-threads=posix.
Brian