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?


David Daney wrote:

> It used to work, but as Mohan mentioned has suffered bit rot.  The best
> case would be to restore it to working order.
> 
> The threads setting should default to the proper value.  If you are
> getting failures, then you are either asking for a broken configuration
> which should be fixed, or you are specifying an invalid combination in
> which case configure should be made to offer a helpful diagnostic.
> 
> It is unclear to me which of these cases you find yourself in.

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.

Brian


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