Testing the boehm-gc in the combined tree.
Alexandre Petit-Bianco
apbianco@cygnus.com
Tue Dec 12 11:24:00 GMT 2000
Boehm, Hans writes:
> If I recall correctly, the cause of all of this is the reference to
> dlopen generated by the interception code.
Then my configure.in patch should rather read:
Index: configure.in
===================================================================
RCS file: /cvs/gcc/egcs/boehm-gc/configure.in,v
retrieving revision 1.19
diff -u -p -r1.19 configure.in
--- configure.in 2000/09/30 09:54:21 1.19
+++ configure.in 2000/12/12 19:23:27
@@ -98,6 +98,9 @@ esac
AC_MSG_RESULT($THREADS)
AC_SUBST(THREADLIB)
+AC_CHECK_LIB(dl, dlopen, EXTRA_TEST_LIBS="$EXTRA_TEST_LIBS -ldl")
+AC_SUBST(EXTRA_TEST_LIBS)
+
AC_ARG_ENABLE(java-gc,
changequote(<<,>>)dnl
<< --enable-java-gc=TYPE choose garbage collector [boehm]>>,
If you guys agree it helps, I'll check it in. It will help people
building and testing the combined trees.
./A
More information about the Java
mailing list