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


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