This is the mail archive of the java-patches@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]

Re: dynamically loading libgcj (still) SEGFAULTS




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)


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