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: Jeff Sturm <jsturm at one-point dot com>
- Subject: Re: dynamically loading libgcj (still) SEGFAULTS
- From: Tom Tromey <tromey at redhat dot com>
- Date: 26 Sep 2001 15:51:26 -0600
- Cc: Johannes Zellner <johannes at zellner dot org>, java-patches at gcc dot gnu dot org
- References: <Pine.LNX.4.10.10109240657040.9783-100000@mars.deadcafe.org>
- Reply-To: tromey at redhat dot com
>>>>> "Jeff" == Jeff Sturm <jsturm@one-point.com> writes:
Jeff> 2001-09-24 Jeff Sturm <jsturm@one-point.com>
Jeff> * Makefile.am (libgcj_la_LDFLAGS): Added $(GCLIBS), $(ZLIBS).
This looks fine to me.
Do we want to link against all the libraries that libgcj requires?
That could include iconv and maybe other system libraries.
Tom