This is the mail archive of the
java-discuss@sources.redhat.com
mailing list for the Java project.
RE: Testing the boehm-gc in the combined tree.
- To: "Boehm, Hans" <hans_boehm at hp dot com>
- Subject: RE: Testing the boehm-gc in the combined tree.
- From: Alexandre Petit-Bianco <apbianco at cygnus dot com>
- Date: Tue, 12 Dec 2000 11:24:54 -0800 (PST)
- Cc: "'tromey at redhat dot com'" <tromey at redhat dot com>, java-discuss at sources dot redhat dot com
- References: <140D21516EC2D3119EE700902787664401E3A7AD@hplex1.hpl.hp.com>
- Reply-To: apbianco at cygnus dot com
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