This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: libjava threads vs no-threads?
Brian Dessent wrote:
> 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.
Or in other words, the problem is not libjava being broken with
--disable-threads (although that's probably also true) the problem is
that the configure script should default to --enable-threads=posix under
Cygwin if not specified.
Brian