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: The Morsbergers <morsberger at usa dot net>
- Cc: "'Java GCC '" <java at gcc dot gnu dot org>
- Date: Sun, 9 Dec 2001 22:46:31 -0500 (EST)
- Subject: Re: More Tru64 errors
On Sun, 9 Dec 2001, The Morsbergers wrote:
> What would be an acceptable test to determine "nice to know if it actually
> works"?
If (a) your test case runs and (b) a "make check" in boehm-gc succeeds,
that's a good start.
> Do I have to modify beyond the normal build?
You'll probably have to add AC_DEFINE(GC_OSF1_THREADS) to
boehm-gc/configure.in (and rerun autoconf), at least. See how
e.g. GC_IRIX_THREADS is handled, for instance.
Jeff