This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: dynamically loading libgcj (still) SEGFAULTS
- To: Johannes Zellner <johannes at zellner dot org>
- Subject: Re: dynamically loading libgcj (still) SEGFAULTS
- From: Jeff Sturm <jsturm at one-point dot com>
- Date: Mon, 24 Sep 2001 07:18:03 -0400 (EDT)
- cc: java-patches at gcc dot gnu dot org
On Mon, 24 Sep 2001, Johannes Zellner wrote:
> btw.: shouldn't libgc.so be linked against libgcjgc.so libz.so, as
> libgc apparently depends on these ?
Yes, thanks.
2001-09-24 Jeff Sturm <jsturm@one-point.com>
* Makefile.am (libgcj_la_LDFLAGS): Added $(GCLIBS), $(ZLIBS).
Index: Makefile.am
===================================================================
RCS file: /cvs/gcc/gcc/libjava/Makefile.am,v
retrieving revision 1.169
diff -u -r1.169 Makefile.am
--- Makefile.am 2001/09/12 15:13:32 1.169
+++ Makefile.am 2001/09/24 10:29:34
@@ -133,6 +133,7 @@
# Include THREADLIBS here to ensure that the correct version of
# certain linuxthread functions get linked:
libgcj_la_LDFLAGS = -rpath $(toolexeclibdir) $(THREADLIBS) $(LIBLTDL) \
+ $(GCLIBS) $(ZLIBS) \
## The mysterious backslash is consumed by make.
-version-info `grep -v '^\#' $(srcdir)/libtool-version`
libgcj_la_LINK = $(LIBLINK)