This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Library problem in jni.cc on Linux
- To: Tom Tromey <tromey at redhat dot com>
- Subject: Re: Library problem in jni.cc on Linux
- From: Jeff Sturm <jsturm at one-point dot com>
- Date: Thu, 3 May 2001 21:26:16 -0700 (PDT)
- cc: martin dot kahlert at infineon dot com, java at gcc dot gnu dot org
On 3 May 2001, Tom Tromey wrote:
> Is there a situation where it matters?
When the main executable overrides symbols in a library. Since ld.so
always searches the executable first, it seems to me that
_Jv_FindSymbolInExecutable should copy that behavior if possible.
Jeff