This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
RE: More Tru64 errors
- From: Jeff Sturm <jsturm at one-point dot com>
- To: "Boehm, Hans" <hans_boehm at hp dot com>
- Cc: "'The Morsbergers '" <morsberger at usa dot net>, "'Java GCC '" <java at gcc dot gnu dot org>
- Date: Sun, 9 Dec 2001 22:10:14 -0500 (EST)
- Subject: RE: More Tru64 errors
On Sun, 9 Dec 2001, Boehm, Hans wrote:
> The collector does have experimental support for Tru64 PThreads. This
> hasn't been tested, and may not be quite correct. But it looks like it's
> not even getting configured in. The collector should be built with
> GC_OSF1_THREADS defined, and I strongly suspect it isn't.
This was reported on the 3.0 branch, which doesn't have the new(er)
collector with GC_OSF1_THREADS.
We could patch configure.in on the trunk to recognize Tru64 and define
GC_OSF1_THREADS. But it would be nice to know if it actually works.
(I have several alphas but none with Tru64, or I'd try it myself.)
Jeff