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: 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


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